pipeworx-io/mcp-xkcd
MCP server for xkcd comics
Platform-specific configuration:
{
"mcpServers": {
"mcp-xkcd": {
"command": "npx",
"args": [
"-y",
"mcp-xkcd"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for xkcd comics
| Tool | Description | |------|-------------| | get_latest | Get the latest published XKCD comic | | get_comic | Get a specific XKCD comic by number | | random_comic | Get a random XKCD comic from the full archive |
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 }
}
}'MIT
Loading reviews...