duckduckgo-search MCP Server
@zhsama
关于 duckduckgo-search MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"duckduckgo-search": {
"command": "npx",
"args": [
"-y",
"duckduckgo-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is duckduckgo-search MCP Server?
A TypeScript-based Model Context Protocol (MCP) server that provides web search functionality through the DuckDuckGo API. It is designed for developers using AI assistants (e.g., Claude Desktop) who need to perform web searches via a standard tool interface.
How to use duckduckgo-search MCP Server?
Configure the server in Claude Desktop by adding the duckduckgo-search entry to the mcpServers object in claude_desktop_config.json. Use either the online command (npx -y duckduckgo-mcp-server) or the local build path. Once connected, the duckduckgo_search tool handles searches.
Key features of duckduckgo-search MCP Server
- DuckDuckGo web search via the
duckduckgo_searchtool. - Required
queryparameter (max 400 characters). - Optional
count(1–20 results, default 10) andsafeSearch(strict/moderate/off, default moderate). - Returns formatted Markdown search results.
- Rate limit of 1 request per second and 15,000 requests per month.
- Built with TypeScript; supports development with auto-rebuild and MCP Inspector.
Use cases of duckduckgo-search MCP Server
- Let an AI assistant fetch current web information on demand.
- Integrate web search into agent workflows without a dedicated API key.
- Retrieve search results in a structured, readable Markdown format.
FAQ from duckduckgo-search MCP Server
What parameters does the duckduckgo_search tool require?
The tool requires a query string (search term, up to 400 characters). You may optionally set count (integer 1–20, default 10) and safeSearch (one of strict, moderate, or off, default moderate).
What are the rate limits?
Maximum 1 request per second and 15,000 requests per month.
How do I install and prepare the server for development?
You need Node.js >= 18, pnpm >= 8.0.0, then run pnpm install and pnpm run build (or pnpm run watch for auto-rebuild). The MCP Inspector is available via pnpm run inspector.
How do I configure the server in Claude Desktop?
Edit the JSON config file (claude_desktop_config.json) on MacOS at ~/Library/Application Support/Claude/ or on Windows at %APPDATA%/Claude/. Add an entry for duckduckgo-search with either the npx command or the local built server path.
Does the server require any API key or external account?
No. The server uses the free DuckDuckGo API and does not require an API key or account registration.
搜索 分类下的更多 MCP 服务器
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
mcp-omnisearch
spences10🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
Everything Search MCP Server
mamertofabianNaver Search MCP Server
isnow890MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping, etc) and data trend analysis tools via DataLab API.
评论