Manim MCP
@wstcpyt
关于 Manim MCP
manim mcp server for math animation
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"manim-mcp": {
"command": "docker",
"args": [
"pull",
"wstcpyt/manim-docker-mcp:latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Manim MCP?
A Docker-based environment for creating mathematical animations with Manim, featuring both a CLI interface and a web API with Model Context Protocol (MCP) support for AI assistants.
How to use Manim MCP?
Install Docker and Docker Compose, then pull the prebuilt image or build locally. Use CLI mode with docker compose run manim or API mode with docker compose up -d manim-api; interact via HTTP endpoints or MCP integration.
Key features of Manim MCP
- Containerized Manim environment for isolated, reproducible animations
- Web API for creating and managing animations via HTTP
- MCP integration enabling direct interaction with AI assistants
- File management: upload scripts and download generated animations
- Multiple quality settings from 480p preview to 1440p production
- Custom LaTeX support for mathematical formulas
Use cases of Manim MCP
- Generate mathematical animations from natural language descriptions using an AI assistant
- Run animations via CLI or API for scripted or automated workflows
- Upload animation scripts and download resulting videos for presentations or production
- Experiment with quality settings to balance preview speed and final output resolution
FAQ from Manim MCP
What are the prerequisites to use Manim MCP?
Docker and Docker Compose must be installed on your system.
How do I create and run a simple animation?
Create a Python file in the animations directory using Manim syntax, then run docker compose run manim -pql animations/example.py ExampleScene (CLI) or POST to /run-manim (API).
How do I access the API documentation?
Start the API server with docker compose up -d manim-api, then visit http://localhost:8000/docs.
Can I use custom LaTeX in my animations?
Yes, the container includes a minimal LaTeX installation; you can use MathTex and similar commands in your scripts.
What quality settings are available?
Low (480p, 15fps), medium (720p, 30fps), high (1080p, 60fps), and production (1440p, 60fps), set with flags like -ql, -qm, -qh, -qk.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Codelf
unbugA search tool helps dev to solve the naming things problem.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论