Skip to content
Zed

duckduckgo mcp for Zed

io.github.mrfentmen/duckduckgo-mcp

Instant answers, definitions, and topic summaries from DuckDuckGo. No key required.

client:Zed transport:stdio runtime:npm

Install duckduckgo mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "duckduckgo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/duckduckgo-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

duckduckgo mcp in other clients