Skip to content
VS Code

xkcd mcp for VS Code

io.github.mrfentmen/xkcd-mcp

Use this MCP server to xkcd. The latest comic, any comic by number, alt text, and transcripts....

client:VS Code transport:stdio runtime:npm

Install xkcd mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "xkcd-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "xkcd-mcp"
      ]
    }
  }
}

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

xkcd mcp in other clients