abhiemj/manim-mcp-server
A local MCP server that generates animations using Manim.
Quick Start
Clone the repository:
git clone https://github.com/abhiemj/manim-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"manim-mcp-server": {
"command": "npx",
"args": [
"-y",
"abhiemj/manim-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.