Skip to content
Windsurf

xkcd mcp for Windsurf

io.github.mrfentmen/xkcd-mcp

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

client:Windsurf transport:stdio runtime:npm

Install xkcd mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

xkcd mcp in other clients