Manic MCP Server
Manic MCP サーバー
MCP 対応の AI(Claude Code、Claude Desktop、ローカルモデル)に、Manic アニメーションの作成、検証、レンダリング機能を提供します。
接続されたモデルが作者です。このサーバーには意図的に AI 生成ツールはなく、Manic AI クレジットも消費しません。代わりに、完全な Manic オーサリングガイドをモデルに渡し、モデルが自身の .manic ソースを検証し、あなたの API キーを使って Manic プラットフォームで実際の動画をレンダリングできるようにします。
ツール
ツール | 認証 | 機能 |
| なし | 最新の完全な 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その後、上記の設定で npx -y @maniclang/mcp-server の代わりに node /path/to/manic-mcp-server/dist/index.js をコマンドとして使用します。
その他のクライアント
Cursor、Windsurf、Cline、Continue、Zed、LM Studio、および一般的な stdio MCP クライアント — コピー&ペースト用の設定、意図されたオーサリングループ、プロンプト例、コストモデル、トラブルシューティングについては、docs/USAGE.md を参照してください。
設定
変数 | デフォルト | 目的 |
| — | Manic API キー。オーサリングガイド以外のすべての機能に必要です。 |
|
| プラットフォーム API のベース URL |
| ホスト型 Manic ガイド | オーサリングガイドのソースを上書きします。 |
試してみる
モデルに次のように依頼してください:
"Manic オーサリングガイドを読み、振り子がその軌跡を描く 15 秒のアニメーションを作成し、検証し、mp4 としてレンダリングして、動画リンクを教えてください。"
リンク
Manic · Manic App · API リファレンス
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