DuckDuckGo MCP Server
Related Servers
Alternatives to DuckDuckGo MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that exposes DuckDuckGo web and image search to MCP clients.2ISC
- AlicenseAqualityCmaintenanceA Model Context Protocol server that provides web search and content fetching through DuckDuckGo, with rate limiting, error handling, and LLM-friendly output formatting.2MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that enables web search via DuckDuckGo and readable content extraction from HTML pages using FastMCP.-
- 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 gradedqualityBmaintenanceA lightweight MCP server providing web search via DuckDuckGo and page content extraction in multiple formats.1MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that provides web search scraping from DuckDuckGo (with Mojeek fallback) and URL content fetching as markdown/text or raw HTML.1-
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: search finds results, fetch_content retrieves and parses page content, and expand_link resolves ref tokens to URLs. No functional overlap exists between them.
All tool names follow a consistent snake_case verb_noun pattern: search, fetch_content, expand_link. This makes the toolset predictable and easy to navigate.
Three tools is well-scoped for a web search MCP server, covering the essential search and retrieval workflow without unnecessary bloat. This is comfortably within the ideal 3-15 range.
The toolset fully covers the core search-and-read cycle: searching the web, fetching page content, and expanding shortened link tokens. No critical missing operations are apparent for this domain.