Back to MCP Servers
🔌

zhsama/duckduckgo-mcp-server

MIT

📇 🏠 ☁️ - This is a TypeScript-based MCP server that provides DuckDuckGo search functionality.

TypeScriptSearch

Install

npx -y duckduckgo-mcp-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "zhsama-duckduckgo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "duckduckgo-mcp-server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.