Manic MCP Server
Manic MCP Server
让任何支持 MCP 的 AI——Claude Code、Claude Desktop 或本地模型——能够编写、验证并渲染 Manic 动画。
连接的模型即是作者:该服务器刻意不提供 AI 生成工具,也不消耗 Manic AI 积分。相反,它向模型提供完整的 Manic 创作指南,然后让模型验证自己的 .manic 源码,并通过 Manic 平台使用您的 API 密钥渲染真实的视频。
工具
工具 | 认证 | 功能 |
| 无 | 获取完整的、最新的 Manic 语言指南——与 Manic 自身 AI 使用的系统提示相同。模型读取一次后,即可编写真实的 Manic 代码。 |
| API 密钥 ( | 验证 |
| API 密钥 ( | 将源码提交到托管渲染器(mp4/gif/webm/mov/still)。返回一个持久的任务 ID。消耗导出积分。 |
| API 密钥 ( | 轮询渲染任务;完成后返回产物 URL,或返回需要修复的精确编译错误。 |
| API 密钥 ( | 将文件保存到您的 Manic 项目中,之后可在 Manic Create 和 Manic Workbench 中打开。 |
推荐流程:指南 → 编写 → 检查 →(修复 → 检查…)→ 渲染 → 轮询 → 视频——每次生成的文件都可以选择保存为真实项目文档。
Related MCP server: Cognitive Core
设置
在 app.maniclang.com/account 创建 API 密钥,权限范围包括:check、render:create、jobs:read、projects:read、projects:write。(没有密钥时,仅 manic_authoring_guide 可用。)
无需安装——直接使用 npx 运行已发布的包。
Claude Code
claude mcp add manic -e MANIC_API_KEY=mk_live_… -- npx -y @maniclang/mcp-serverClaude Desktop / 其他 MCP 客户端
{
"mcpServers": {
"manic": {
"command": "npx",
"args": ["-y", "@maniclang/mcp-server"],
"env": { "MANIC_API_KEY": "mk_live_…" }
}
}
}从源码(开发环境)
npm install && npm run build然后在任何上述配置中使用 node /path/to/manic-mcp-server/dist/index.js 作为命令,替代 npx -y @maniclang/mcp-server。
其他客户端
Cursor、Windsurf、Cline、Continue、Zed、LM Studio 以及任何通用 stdio MCP 客户端——请参阅 docs/USAGE.md 获取可复制粘贴的配置、推荐创作流程、示例提示词、成本模型以及故障排除。
配置
变量 | 默认值 | 用途 |
| — | 您的 Manic API 密钥;除创作指南外所有工具均需要 |
|
| 平台 API 基础地址 |
| 托管的 Manic 指南 | 覆盖创作指南来源 |
试试看
请向您的模型提问:
"阅读 Manic 创作指南,然后创建一个 15 秒的动画,展示一个钟摆描绘其运动轨迹,验证它,渲染为 mp4 格式,并给我视频链接。"
链接
Manic Create — 浏览器游乐场
Manic Workbench — 桌面客户端
Manic Animate — 浏览器扩展
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