duckduckgo-mcp-server

duckduckgo-mcp-server

3.5

If you are the rightful owner of duckduckgo-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A TypeScript-based MCP server providing DuckDuckGo search functionality.

The DuckDuckGo Search MCP Server is a TypeScript-based server that integrates with the DuckDuckGo search engine to provide search functionalities through the Model Context Protocol (MCP). It offers a user-friendly interface for performing web searches, supports rate limiting, and includes error handling mechanisms. The server is designed to demonstrate core MCP concepts and can be easily integrated with various platforms, including Claude Desktop. It requires Node.js and pnpm for development and can be built and run using simple commands. The server also supports debugging through the MCP Inspector tool.

Features

  • Search Tool: Perform web searches using DuckDuckGo API with parameters for query, result count, and safe search level.
  • Rate Limits: Supports a maximum of 1 request per second and 15000 requests per month.