MCP Hub
Back to servers

xkcd

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

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-xkcd

MCP server for xkcd comics

Tools

ToolDescription
get_latestGet the latest published XKCD comic
get_comicGet a specific XKCD comic by number
random_comicGet a random XKCD comic from the full archive

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "get_comic",
      "arguments": { "number": 353 }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review