DuckDuckGo MCP
The DuckDuckGo MCP server provides AI models with privacy-focused web search capabilities. It allows models to perform queries and retrieve search results without tracking. This is an essential tool for AI assistants that need to provide accurate, up-to-date information while respecting user privacy.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"duckduckgo": {
"command": "npx",
"args": [
"-y",
"@mcp-get/duckduckgo-mcp"
]
}
}
}Key Features
Privacy-focused web search query execution
Retrieve search results and snippets
No user tracking or data collection
Fast and reliable web information retrieval
Server Details
The DuckDuckGo MCP server provides AI models with privacy-focused web search capabilities. It allows models to perform queries and retrieve search results without tracking. This is an essential tool for AI assistants that need to provide accurate, up-to-date information while respecting user privacy.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository