Back to MCP Servers
Duckduckgo
Web search using DuckDuckGo
search-data-extractiongo
By nickclyde
Installation
npx -y duckduckgo-mcp-serverConfiguration
{
"mcpServers": {
"duckduckgo-mcp-server": {
"command": "npx",
"args": ["-y", "duckduckgo-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes