duckduckgo-mcp-server
Related Servers
Alternatives to duckduckgo-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides DuckDuckGo search functionality for Claude, enabling web search capabilities through a clean tool interface with rate limiting support.11,546 npm87MIT
- AlicenseAqualityAmaintenanceA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.315,088 PyPI1,500MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI applications like Claude Desktop and Cursor IDE to perform web searches via DuckDuckGo's search engine.-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides web search capabilities via DuckDuckGo and advanced content extraction using Crawl4AI and LLM-powered analysis. It enables users to perform web-wide searches and fetch processed website data through automated browser interaction and intelligent summarization.2MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables web searching using the Serper API for Google search results, with optional web page content fetching.2MIT
- FlicenseBqualityDmaintenanceA server that provides DuckDuckGo search capabilities (text, image, news, video search and AI chat) through the Model Context Protocol.516-
TDQS
Scored across 2 tools
The two tools have zero overlap: 'search' queries the web and returns results, while 'fetch_content' retrieves the full text of a specific URL. An agent can easily choose based on whether it needs a list of links or the contents of a page.
Both names are lowercase and verb-led, but one is a single verb ('search') while the other follows a verb_noun pattern ('fetch_content'). This is a minor inconsistency; a name like 'search_web' would be more parallel, but the current names are still clear and predictable.
Only two tools might feel thin, but for a focused DuckDuckGo search-and-read utility it is well-scoped and avoids unnecessary bloat. The count is slightly below the typical 3-15 range but fits the server's narrow purpose.
The server covers the entire intended workflow: search the web to find relevant URLs, then fetch the content of a chosen page. There are no obvious missing operations or dead ends for a simple search utility.