MCP Web Search Server
A web search server powered by DuckDuckGo, no API key required.
中文 | English
MCP Web Search Server
A free, API-key-free web search MCP (Model Context Protocol) server supporting DuckDuckGo, Bing, Google, and optional SerpAPI/Tavily for enhanced search quality.
Features
- 🔍 Multi-Engine Search: DuckDuckGo + Bing + Google (free, no API key required)
- 🔑 Optional API Keys: SerpAPI and Tavily for better search quality
- 📄 Web Content Fetching: Get text content from any webpage
- 🚀 Async Processing: High-performance asyncio-based async handling
Installation
PyPI (Recommended)
pip install heventure-search-mcp
heventure-search-mcp
uvx
uvx heventure-search-mcp
From Source
pip install git+https://github.com/HughesCuit/heventure-search-mcp.git
python -m server
Usage
MCP Client Config
{
"mcpServers": {
"web-search": {
"command": "python",
"args": ["/path/to/server.py"]
}
}
}
Trae AI
{
"mcpServers": {
"heventure-search-mcp": {
"command": "uvx",
"args": ["heventure-search-mcp"]
}
}
}
Available Tools
web_search
Search web content with multiple engines.
Parameters:
query(string, required): Search querymax_results(integer, optional): Max results (default: 10, range: 1-20)search_engine(string, optional): Engine choice (default: "both")"duckduckgo": DuckDuckGo only"bing": Bing only"google": Google only"both": DuckDuckGo + Google + Bing
Optional API Keys (for Enhanced Search)
You can optionally set environment variables to enable paid search engines:
# SerpAPI (Google search results via API, 100 searches/month free)
export SERPAPI_KEY="your_serpapi_key"
# Tavily (AI-optimized search, 1000 searches/month free)
export TAVILY_API_KEY="your_tavily_api_key"
When API keys are configured, they will be automatically used alongside the free engines to improve search quality.
Example:
{
"query": "Python tutorial",
"max_results": 5,
"search_engine": "both"
}
get_webpage_content
Get text content from a webpage.
Parameters:
url(string, required): Target webpage URL
Example:
{
"url": "https://example.com"
}
Error Handling
- Automatic retry on network failure
- Graceful degradation on parse errors
- User-friendly error messages
License
MIT License
Contributing
Issues and Pull Requests are welcome!
相關伺服器
Dash API Docs
MCP server for Dash, the macOS API documentation browser
Supavec
Fetch relevant embeddings and content from Supavec for AI assistants.
Brave Search
An MCP server for the Brave Search API, providing web and local search capabilities via a streaming SSE interface.
DevRag
Free local RAG for Claude Code - Save tokens & time with vector search. Indexes markdown docs and finds relevant info without reading entire files (40x fewer tokens, 15x faster).
Halal Terminal MCP
Shariah-compliant investing for AI agents — screen stocks & ETFs across 5 methodologies (AAOIFI, DJIM, FTSE, MSCI, S&P), audit portfolios, calculate zakat, get market data, news & SEC filings.
BigGo MCP Server
A server for product search, price history tracking, and specification search using the BigGo API.
Legal MCP Server
Court records, patent search, trademark lookup, and legal document research
Congress.gov
Access the Congress.gov API to retrieve legislative information.
Hotel Booking
Search and book from over 2 million hotels with shopping and booking capabilities.
Console MCP Server
Bridge external console processes with Copilot by searching through JSON log files.