manim-mcp-server
Manim MCP サーバー

概要
これは、Manimアニメーションコードを実行し、生成されたビデオを返すMCP(Model Context Protocol)サーバーです。ユーザーはManimスクリプトを送信し、レンダリングされたアニメーションを受け取ることができます。
Related MCP server: Manim MCP Server
特徴
Manim Python スクリプトを実行します。
アニメーション出力を表示されているメディア フォルダーに保存します。
実行後にユーザーが一時ファイルをクリーンアップできるようにします。
移植可能で、環境変数を介して構成可能です。
インストール
前提条件
以下がインストールされていることを確認してください。
Python 3.8以上
マニム(コミュニティ版)
MCP
Manimをインストールする
pip install manimMCPをインストールする
pip install mcpリポジトリのクローンを作成する
git clone https://github.com/abhiemj/manim-mcp-server.git
cd manim-mcp-serverクロードとの統合
Manim MCP サーバーを Claude と統合するには、 claude_desktop_config.jsonファイルに以下を追加します。
{
"mcpServers": {
"manim-server": {
"command": "/absolute/path/to/python",
"args": [
"/absolute/path/to/manim-mcp-server/src/manim_server.py"
],
"env": {
"MANIM_EXECUTABLE": "/Users/[Your_username]/anaconda3/envs/manim2/Scripts/manim.exe"
}
}
}
}Pythonのパスを見つける
Python 実行可能パスを見つけるには、次のコマンドを使用します。
Windows (PowerShell):
(Get-Command python).SourceWindows (コマンドプロンプト/ターミナル):
where pythonLinux/macOS (ターミナル):
which pythonこれにより、Claude は Manim MCP サーバーと通信してアニメーションを動的に生成できるようになります。
貢献
リポジトリをフォークします。
新しいブランチを作成します。
git checkout -b add-feature変更を加えてコミットします。
git commit -m "Added a new feature"フォークにプッシュします:
git push origin add-featureプルリクエストを開きます。
ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
著者
**abhiemj**が作成しました。貢献を歓迎します!🚀
素晴らしいMCPサーバーに掲載
このリポジトリは、「Awesome MCP Servers」リポジトリの**「Animation & Video」**カテゴリに掲載されています。他の優れたMCPサーバー実装と合わせて、ぜひご覧ください。
謝辞
素晴らしいアニメーション ライブラリを提供してくれたManim コミュニティに感謝します。
オープンソースの MCP エコシステムにインスピレーションを受けています。
This server cannot be installed
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
- FlicenseNot gradedqualityDmaintenanceA server-based tool that enables the generation of mathematical animations from natural language prompts by leveraging Manim.16
- AlicenseNot gradedqualityNot gradedmaintenanceEnables Claude to create mathematical animation videos using Manim, allowing visualization of complex mathematical concepts like equations, graphs, geometric transformations, and calculus through programmatically generated animations.
- AlicenseCqualityCmaintenanceExposes manimgl mathematical animation functionality as MCP tools, enabling LLMs to create animated scenes with narration and background music, and render to video.58MIT
- AlicenseAqualityDmaintenanceMCP server that generates 3Blue1Brown-style math videos with Manim and AI voiceover directly inside Claude Desktop.222MIT
Related MCP Connectors
Create videos with prompts, and use Rendley’s video editor to adjust anything you need.
AI visual generation agent: multi-pipeline rendering, prompt crafting, and image composition.
Fireship-style short videos from a topic — Remotion motion graphics, word-timed captions, 1080p.
Appeared in Searches
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/abhiemj/manim-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server