Loading...
npx -y @smithery/cli install @nickclyde/duckduckgo-mcp-server --client claude{
"mcpServers": {
"ddg-search": {
"command": "uvx",
"args": ["duckduckgo-mcp-server"]
}
}
}searchPerforms a web search on DuckDuckGo and returns formatted results.
Read-only operation; no side effects.
fetch_contentFetches and parses content from a webpage.
Fetches content from arbitrary URLs, posing a risk of retrieving malicious content.
This server is relatively safe for read-only operations like searching. However, the content fetching tool introduces a moderate risk due to the potential for retrieving malicious content. Exercise caution when using the content fetching tool, and ensure proper sanitization of retrieved content.