Are you the author? Sign in to claim
Free, API-key-free MCP web search server — DuckDuckGo, Bing, Google + optional SerpAPI/Tavily. Works with Claude Desktop
中文 | English
Free forever. No API key required. A web search MCP server that works out of the box with Claude Desktop, Cursor, and any MCP-compatible AI tool.
pip install heventure-search-mcp
Most MCP search servers require you to sign up for API keys (Bing, Google, SerpAPI...). This one works immediately — zero configuration, zero cost, zero sign-ups.
| Feature | This Server | Others |
|---|---|---|
| No API key needed | ✅ | ❌ |
| DuckDuckGo (free) | ✅ | varies |
| Bing (free) | ✅ | ❌ |
| Google (free) | ✅ | ❌ |
| Optional SerpAPI/Tavily | ✅ | ✅ |
| Async + caching | ✅ | varies |
| Install in 10 seconds | ✅ | varies |
Add to your MCP config:
{
"mcpServers": {
"web-search": {
"command": "uvx",
"args": ["heventure-search-mcp"]
}
}
}
pip install heventure-search-mcp
heventure-search-mcp
docker run -p 8080:8080 heventure-search-mcp
web_searchSearch the web with multiple engines simultaneously.
| Parameter | Type | Default | Description |
|---|---|---|---|
query | string | required | Search query |
max_results | int | 10 | Number of results (1-20) |
search_engine | string | "both" | duckduckgo, bing, google, or both |
get_page_contentExtract readable text from any webpage.
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | required | Page URL to fetch |
The free engines work great for most use cases. For higher quality results, you can optionally add paid API keys:
# SerpAPI — 100 free searches/month
export SERPAPI_KEY="your_key"
# Tavily — 1,000 free searches/month
export TAVILY_API_KEY="your_key"
Issues and Pull Requests are welcome! See CONTRIBUTING.md for guidelines.
MIT License — use it however you want.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows