Skip to content
Cline

xkcd mcp for Cline

io.github.mrfentmen/xkcd-mcp

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

client:Cline transport:stdio runtime:npm

Install xkcd mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

xkcd mcp in other clients