D
Share:
About
Perform web and image searches through DuckDuckGo's public endpoints — no API key required. Returns title, snippet, and URL for each hit. Great as a zero-config fallback search tool for local dev, low-cost agents, and privacy-conscious workflows.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Install DuckDuckGo Search
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"duckduckgo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-duckduckgo"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"duckduckgo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-duckduckgo"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"duckduckgo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-duckduckgo"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.