Skip to content
Zed

dadjoke mcp for Zed

io.github.mrfentmen/dadjoke-mcp

Keyless MCP server for icanhazdadjoke: random dad jokes, search, lookup by id.

client:Zed transport:stdio runtime:npm

Install dadjoke mcp in Zed

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

{
  "context_servers": {
    "dadjoke-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dadjoke-mcp"
      ]
    }
  }
}

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

dadjoke mcp in other clients