AI Manga & Anime Generator - Mangii MCP
Mangii MCP listing copy Canonical text for every MCP / API directory.
What it can do
- Manga.List Styles: List the 24 canonical Mangii art styles with live style ids. Call this before manga.create_story. Experimental and alias ids are excluded. Filter with group or limit when you only n
- Manga.Get Credits: Return the API wallet. Spendable is apiPackCredits plus purchase-backed packCredits. weeklyCredits is display-only and does not pay MCP or HTTP generate. Use this before a paid tool
- Manga.List Panels: List panels you own for a story. Use this to get panel_id values before changing Image 1 or Image 2 on manga.continue_story or manga.regenerate_panel. Each row has ref_role: identit
What data it sees
Do you need an account
No: the server works without sign-in
Mangii MCP listing copy
Canonical text for every MCP / API directory. Do not invent a second product story.
Consumer-app extras (voice, ads, weekly free credits, watermarks) stay on the App Store /
Play listing — this page is the tool listing (BYOK mangii_sk_).
Title
AI Manga & Anime Generator - Mangii MCP
Short (official registry, max 100 chars)
Create manga and anime art from text. 24 styles, multi-panel stories, BYOK.
One-liner (directories that want a single sentence)
Create manga, anime, webtoon, and manhwa panels from plain language — 24 styles, multi-panel stories, and continuity. Bring your own Mangii API key.
Long description (Smithery, Glama, PulseMCP, mcp.so, README, Apify)
Create manga and anime art with an AI manga generator. Type what you imagine — Mangii turns text into panels in a chosen style. No drawing skills needed.
Whether you want a single panel or a multi-panel story, Mangii is built for manga, anime, webtoon, manhwa, and comic-style art from plain language prompts. Describe characters, places, action, and mood — then generate art you can continue as a story or regenerate.
24 manga and anime art styles
Classic Action, Modern Shonen, Cinematic Anime, Mecha Sci-Fi, American Superhero, Modern Anime, Retro Anime, Pastel, Soft Romance, Magical Girl, Mini Cute, Kawaii Sticker, Urban Drama, Dark Fantasy, Noir Comics, Cyberpunk, Korean Digital, Action Manhwa, Manhua Wuxia, Xianxia, 3D Donghua, Watercolor Anime, Sumi-e Ink, Ligne Claire.
Start a new story in the style you want. After the first panel, that story’s style stays locked so later panels match. Use a new story when you want a different look.
Build multi-panel manga stories
Go beyond one-off images. Start a story, add panels step by step, and keep characters looking more consistent as the story grows. Tools: create_manga_story, continue_story, regenerate_panel, list_styles, get_credits, buy_credits.
Text to manga
Write any scene in everyday language: a duel under cherry blossoms, a neon city at night, a quiet classroom moment, or a fantasy quest. Add rain, lighting, camera angle, full color, or classic black and white.
Mangii turns rough ideas into clearer scene descriptions before the image is drawn. You stay in control of the story — the model renders the panel.
Connect (remote MCP)
- MCP:
https://mcp.mangii.ai/mcp(Streamable HTTP) - HTTP API:
https://api.mangii.ai - OpenAPI (public):
https://api.mangii.ai/openapi.json - Docs: https://mangii.ai/console/docs
Auth (BYOK)
Authorization: Bearer mangii_sk_… from https://mangii.ai/console/keys
Credits: Standard 1 / HD 2 / Ultra 5 per successful panel. Failed generations refund. Buy credits at https://mangii.ai/console/billing (Stripe on Mangii). Weekly in-app credits do not spend on API or MCP.
Not an OpenRouter, Replicate, or Fal image model. Not billed on RapidAPI.
Humans
The Mangii app (iOS, Android, https://mangii.ai) is the consumer product: more styles in the UI, gallery, sharing, and optional Premium. This listing is the agent/API surface.
Support: https://mangii.ai/contact
Terms: https://mangii.ai/terms
Privacy: https://mangii.ai/privacy
Server tool list (9)
Raw names from tools/list. Only developers need these.
| manga.list_styles | List the 24 canonical Mangii art styles with live style ids. Call this before manga.create_story. Experimental and alias ids are excluded. Filter with group or limit when you only need one look. |
| manga.get_credits | Return the API wallet. Spendable is apiPackCredits plus purchase-backed packCredits. weeklyCredits is display-only and does not pay MCP or HTTP generate. Use this before a paid tool to see if you need manga.buy_credits. |
| manga.list_panels | List panels you own for a story. Use this to get panel_id values before changing Image 1 or Image 2 on manga.continue_story or manga.regenerate_panel. Each row has ref_role: identity on the first panel, scene on the last distinct panel, otherwise null. |
| manga.list_stories | List stories you own, newest first. Call this when you lost story_id after context compaction so you can resume with manga.continue_story. Optional limit is an integer from 1 to 50 (default 20). |
| manga.create_story | Start a new private manga (panel 1). Required: prompt + style_id from manga.list_styles. Optional identity_image or reference_image is Image 1. Style locks. Default async=false returns image_url, story_id, panel_id. Then manga.continue_story. Costs 1/2/5 credits by quality. |
| manga.continue_story | Add the next panel. Do not send style_id. Defaults: Image 1 = first panel (identity), Image 2 = last distinct panel (scene). Override via manga.list_panels then identity_panel_id or identity_image and/or continuity_panel_id or continuity_image. Same credit costs as create. |
| manga.regenerate_panel | Redraw or edit one panel. Style stays locked. Same Image 1 / Image 2 ref overrides as manga.continue_story. Get ids from manga.list_panels. Costs the same credits as a new panel. |
| manga.buy_credits | Return the Console billing URL so a human can fund apiPackCredits. Generate-scoped keys cannot create Checkout sessions. Call this after 402 insufficient_credits. |
| manga.get_job | Poll a generation job from manga.create_story, manga.continue_story, or manga.regenerate_panel when async=true. Repeat until status is succeeded or failed. Prefer async=false so you do not need this tool. |