MCP server plus mini webapp for showing xkcd comics. uses official api
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"xkcd-mcp": {
"command": "npx",
"args": [
"-y",
"sandraschi/xkcd-mcp"
]
}
}
}
Run in terminal:
claude mcp add xkcd-mcp npx -y sandraschi/xkcd-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"xkcd-mcp": {
"command": "npx",
"args": [
"-y",
"sandraschi/xkcd-mcp"
]
}
}
}