WebSearch MCP Server
@Howe829
About WebSearch MCP Server
MCP server for agent web search
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"websearch-mcp-server": {
"command": "uv",
"args": [
"venv",
"&&",
"uv",
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is WebSearch MCP Server?
A web search server that supports free search via multiple providers and converts URL content into Markdown format. It is for developers who need search and content extraction capabilities in an MCP environment.
How to use WebSearch MCP Server?
Clone the repository, install dependencies (using uv or pip), copy .env.example to .env and modify settings, then run python server.py (or uv run python server.py). No specific commands or config keys are required beyond the .env file.
Key features of WebSearch MCP Server?
- Web search via Bing, Baidu, and Google
- Convert URL content to Markdown
- Search Wechat Official Account Articles
- GitHub search (repos, users, issues)
Use cases of WebSearch MCP Server?
- Automate web searches and extract page content as Markdown
- Integrate Wechat Official Account article retrieval into workflows
- Perform GitHub searches without leaving the MCP environment
- Feed search results and Markdown output into AI agents
FAQ from WebSearch MCP Server?
What are the runtime requirements?
Python 3.12 or higher, plus uv or pip for dependency management.
Which search providers are supported?
Bing, Baidu, and Google
Frequently asked questions
What are the runtime requirements?
Python 3.12 or higher, plus uv or pip for dependency management.
Which search providers are supported?
Bing, Baidu, and Google
Basic information
More Search MCP servers
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
Brave Search
modelcontextprotocolModel Context Protocol Servers
Serper Search and Scrape MCP Server
marcopesaniSerper MCP Server supporting search and webpage scraping
Comments