duckduckgo-mcp-server
175
DuckDuckGo Search MCP Server is an MCP server that enables web searches through DuckDuckGo, offering advanced content fetching and parsing features. It is designed with rate limiting, error handling, and outputs formatted for large language models.
What is the rate limit for searches?
The search rate is limited to 30 requests per minute.
How does the server handle errors?
The server includes comprehensive error catching and reporting, with detailed logging through MCP context.
Can the server be used with large language models?
Yes, the server provides LLM-friendly output, making it suitable for integration with large language models.
What are the installation options?
The server can be installed via Smithery or directly from PyPI using 'uv'.
Is there a caching mechanism?
Currently, there is no caching layer, but it is a potential area for improvement.