DuckDuckGo MCP Server is a TypeScript-based Model Context Protocol (MCP) server designed to integrate with the DuckDuckGo Search API. It simplifies web search operations by providing an easy-to-use interface for performing searches.
1. Install the necessary dependencies such as Node.js (version 18 or higher) and pnpm (version 8.0.0 or higher). 2. Build the server using the provided instructions. 3. Configure the server in Claude Desktop. 4. Perform searches by sending requests to the server, including the required parameters for the search query.
- **What is the maximum number of requests allowed?** - The server allows a maximum of 1 request per second and 15,000 requests per month. - **What are the prerequisites for running the server?** - You need Node.js version 18 or higher and pnpm version 8.0.0 or higher. - **How can I debug the server?** - You can use the MCP Inspector for debugging, which provides a URL to access debugging tools in your browser.