Back to MCP Servers
Duckduckgo Mpc
This is a TypeScript-based MCP server that provides DuckDuckGo search functionality.
search-data-extractiontypescriptgo
By zhsama
Installation
npx -y duckduckgo-mpc-serverConfiguration
{
"mcpServers": {
"duckduckgo-mpc-server": {
"command": "npx",
"args": ["-y", "duckduckgo-mpc-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