Skip to content
VS Code

Xkcd for VS Code

io.github.pipeworx-io/xkcd

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

client:VS Code transport:streamable-http

Install Xkcd in VS Code

.vscode/mcp.json

{
  "servers": {
    "xkcd": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/xkcd/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Xkcd in other clients