Use this MCP server to xkcd. The latest comic, any comic by number, alt text, and transcripts....
claude mcp add xkcd-mcp -- npx -y xkcd-mcp
claude_desktop_config.json
{
"mcpServers": {
"xkcd-mcp": {
"command": "npx",
"args": [
"-y",
"xkcd-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"xkcd-mcp": {
"command": "npx",
"args": [
"-y",
"xkcd-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"xkcd-mcp": {
"command": "npx",
"args": [
"-y",
"xkcd-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"xkcd-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xkcd-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"xkcd-mcp": {
"command": "npx",
"args": [
"-y",
"xkcd-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mrfentmen--xkcd-mcp/reviews or the review_server meta-tool.
POST /mcp