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.
parse_storyTurn a script into a structured panel sequence — dialogue, action, shot types.lock_characterRegister a character once so it stays the same face across every panel and every art style.generate_panelRender a panel from a prompt, with locked-character references passed straight through.animate_panelImage-to-video: turn a finished panel into a short motion clip.build_pageLay a panel sequence out as a real page — comic, manga, or webtoon proportions.{
"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.
Loading…
Mint a key from your dashboard and the five tools work through MCP from the first call.
Go to the dashboard →