Skip to content
Cursor

xkcd mcp for Cursor

io.github.mrfentmen/xkcd-mcp

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

client:Cursor transport:stdio runtime:npm

Install xkcd mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

xkcd mcp in other clients