zhsama/duckduckgo-mcp-server
This is a TypeScript-based MCP server that provides DuckDuckGo search functionality.
Quick Start
Clone the repository:
git clone https://github.com/zhsama/duckduckgo-mcp-server/Claude Desktop configuration example:
{
"mcpServers": {
"zhsama-duckduckgo-mcp-server": {
"command": "npx",
"args": [
"-y",
"zhsama/duckduckgo-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.