xkcd-server-mcp

xkcd-server-mcp

3.1

If you are the rightful owner of xkcd-server-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a simple Model Context Protocol (MCP) implementation to connect to the xkcd-server API and retrieve random xkcd comics.

A simple mcp implementation to connect to the xkcd-server api and retrieve a random xkcd comics.

Cline example:

Example cline setup

{
  "mcpServers": {
    "xkcd-server": {
      "autoApprove": [
        "get_random_comic"
      ],
      "disabled": false,
      "timeout": 60,
      "command": "node",
      "args": [
        "<absolute path to xkcd-server\\build\\index.js"
      ],
      "transportType": "stdio"
    }
  }
}
    ```