Skip to content
Zed

Xkcd for Zed

io.github.pipeworx-io/xkcd

XKCD MCP — wraps xkcd.com JSON API (free, no auth)

client:Zed transport:streamable-http

Install Xkcd in Zed

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

{
  "context_servers": {
    "xkcd": {
      "url": "https://gateway.pipeworx.io/xkcd/mcp"
    }
  }
}

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

Xkcd in other clients