WebSearch MCP Server
@Howe829
About WebSearch MCP Server
MCP server for agent web search
Basic information
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
More Search MCP servers
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
Tavily Mcp
tavily-aiProduction ready MCP server with real-time search, extract, map & crawl.
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
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.
MCP SearXNG Enhanced Server
OvertliDSEnhanced MCP server for SearXNG: category-aware web-search, web-scraping, and date/time retrieval.
Comments