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
Baidu AI Search
baidubceappbuilder-sdk, 千帆AppBuilder-SDK帮助开发者灵活、快速的搭建AI原生应用
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
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.
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
Comments