manim-mcp-server
This MCP server executes Manim animation code and returns the generated video.
The Manim MCP Server allows users to send Manim scripts and receive rendered animations, making it a powerful tool for creating visual content. It supports the execution of Python scripts using the Manim library and provides features such as saving output in a media folder and cleaning up temporary files after execution. The server is portable and can be configured using environment variables, ensuring flexibility in various environments.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"manim-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-manim-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions