Manic MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Manic MCP ServerRead the authoring guide, then make a 10-second bouncing ball animation, validate, render to mp4, and share the link"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 | Fetches the full, current Manic language guide — the same system prompt Manic's own AI uses. The model reads this once, then writes real Manic. |
| API key ( | Validates |
| API key ( | Submits source to the hosted renderer (mp4/gif/webm/mov/still). Returns a durable job id. Spends export credits. |
| API key ( | Polls a render job; returns the artifact URL when done, or the exact compile error to fix. |
| API key ( | Saves the file into your Manic project, where it opens in Manic Create and 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 |
| — | Your Manic API key; required for everything except the authoring guide |
|
| Platform API base |
| the hosted Manic guide | Override the authoring-guide source |
Try it
Ask your model:
"Read the Manic authoring guide, then create a 15-second animation of a pendulum tracing its path, validate it, render it as mp4, and give me the video link."
Links
Manic Create — browser playground
Manic Workbench — desktop client
Manic Animate — browser extension
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