duckduckgo-mcp-server
42
The DuckDuckGo Search MCP Server is a TypeScript-based server that integrates DuckDuckGo search capabilities using the Model Context Protocol. It features a user-friendly interface, rate limiting, and is compatible with the Claude Desktop environment.
What is the maximum number of search results I can request?
You can request up to 20 search results per query using the count
parameter.
How do I install the necessary dependencies for the server?
You need Node.js >= 18 and pnpm >= 8.0.0. Install pnpm globally using npm install -g pnpm
, then run pnpm install
to install project dependencies.
How can I debug the server?
Use the MCP Inspector by running pnpm run inspector
to access debugging tools in your browser.