Heventure Search MCP
Provides web search capabilities using DuckDuckGo's search engine, supporting both API and HTML parsing methods to retrieve search results without requiring an API key.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Heventure Search MCPfind recent developments in quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
δΈζ | 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-mcpuvx
uvx heventure-search-mcpFrom Source
pip install git+https://github.com/HughesCuit/heventure-search-mcp.git
python -m serverUsage
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!
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HughesCuit/heventure-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server