New · Model Context Protocol

Your comic engine, inside Claude.

WildComiks now ships an MCP server. Point Claude, Cursor, ChatGPT — any MCP client — at it, and your assistant can write the script and draw the book: parse a story, lock a character's face, generate panels, animate them, and lay out the page, without you leaving the chat.

It runs on the same account you already have — same access, same limits.

Five tools

Connect it

  1. Mint a key below.
  2. Drop this into your MCP client's config.
  3. Ask it to make you a comic.
{
  "mcpServers": {
    "wildcomiks": {
      "url": "https://www.wildcomiks.com/api/mcp",
      "headers": {
        "Authorization": "Bearer wc_live_your_key_here"
      }
    }
  }
}

Keys are hashed at rest, shown once at creation, and revocable at any time. Every tool that spends anything — parsing, generating, animating — goes through the same gate and the same usage ledger as a call from the web app. The MCP layer has no separate access path and no way around it.

Your API keys

Loading…

Mint a key from your dashboard and the five tools work through MCP from the first call.

Go to the dashboard →