Manic MCP Server
Manic MCP Server
Give any MCP-capable AI — Claude Code, Claude Desktop, or a local model — the ability to write, validate, and render Manic animations.
The connected model is the author: this server deliberately has no AI-
generation tool and spends no Manic AI credits. Instead it hands the model the
complete Manic authoring guide, then lets it validate its own .manic source
and render real videos through the Manic platform with your API key.
Tools
Tool | Auth | What it does |
| none | Obtiene la guía completa y actual del lenguaje Manic — el mismo prompt del sistema que usa la propia IA de Manic. El modelo la lee una vez, luego escribe Manic real. |
| clave API ( | Valida el código fuente |
| clave API ( | Envía el código fuente al renderizador alojado (mp4/gif/webm/mov/still). Devuelve un id de trabajo duradero. Gasta créditos de exportación. |
| clave API ( | Consulta un trabajo de renderizado; devuelve la URL del artefacto cuando está listo, o el error de compilación exacto para corregir. |
| clave API ( | Guarda el archivo en tu proyecto de Manic, donde se abre en Manic Create y Manic Workbench. |
The intended loop: guide → write → check → (fix → check…) → render → poll → video — with every generated file optionally saved as a real project document.
Related MCP server: Cognitive Core
Setup
Create an API key at app.maniclang.com/account
with scopes: check, render:create, jobs:read, projects:read,
projects:write. (Without a key, only manic_authoring_guide works.)
No install needed — npx runs the published package directly.
Claude Code
claude mcp add manic -e MANIC_API_KEY=mk_live_… -- npx -y @maniclang/mcp-serverClaude Desktop / other MCP clients
{
"mcpServers": {
"manic": {
"command": "npx",
"args": ["-y", "@maniclang/mcp-server"],
"env": { "MANIC_API_KEY": "mk_live_…" }
}
}
}From source (development)
npm install && npm run buildThen use node /path/to/manic-mcp-server/dist/index.js as the command
instead of npx -y @maniclang/mcp-server in any config above.
Other clients
Cursor, Windsurf, Cline, Continue, Zed, LM Studio, and any generic stdio MCP client — see docs/USAGE.md for copy-paste configs, the intended authoring loop, example prompts, the cost model, and troubleshooting.
Configuration
Variable | Default | Purpose |
| — | Tu clave API de Manic; requerida para todo excepto la guía de autoría |
|
| Base de la API de la plataforma |
| la guía de Manic alojada | Sobrescribe la fuente de la guía de autoría |
Try it
Ask your model:
"Lee la guía de autoría de Manic, luego crea una animación de 15 segundos de un péndulo trazando su trayectoria, valídala, renderízala como mp4, y dame el enlace del video."
Links
Manic Create — playground en el navegador
Manic Workbench — cliente de escritorio
Manic Animate — extensión de navegador
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceEnables AI models to fully automate and control the OpenCut Video Editor through a comprehensive set of MCP tools for timeline manipulation, scene management, media handling, and rendering.596MIT
- Alicense-qualityBmaintenanceEnables AI agents with persistent, multi-layer memory, multi-agent collaboration rooms, and video generation, all accessible via MCP tools.1MIT
- Alicense-qualityBmaintenanceEnables any MCP-compatible AI client to use the Flatkey API for generating text, images, video, speech, sound effects, and music, with credit consumption tracking.MIT

Createya MCP & APIofficial
Alicense-qualityDmaintenanceEnables AI agents and developers to generate images, videos, audio, and text using 100+ models via MCP or REST with a single API key.4MIT
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Generate on-brand images from your AI agent: design, edit, and render templates over MCP.
Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maniclang-x/-manic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server