Manic MCP Server

Manic MCP Server

Enables MCP-capable AI models to write, validate, and render Manic animations using the Manic platform's authoring guide and API, without any AI generation credits.

Category
访问服务器

README

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
manic_authoring_guide 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.
manic_check API key (check) Validates .manic source and returns exact diagnostics. Cheap — always check before rendering.
manic_render API key (render:create) Submits source to the hosted renderer (mp4/gif/webm/mov/still). Returns a durable job id. Spends export credits.
manic_render_status API key (jobs:read) Polls a render job; returns the artifact URL when done, or the exact compile error to fix.
manic_save_to_project API key (projects:read/write) 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.

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-server

Claude 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 build

Then 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
MANIC_API_KEY Your Manic API key; required for everything except the authoring guide
MANIC_API_BASE_URL https://api.maniclang.com/v1 Platform API base
MANIC_SYSTEM_PROMPT_URL 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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选