manim-mcp-server

manim-mcp-server

370

The Manim MCP Server is designed to execute Manim animation scripts and return the resulting videos. It is portable, configurable, and integrates with Claude to dynamically generate animations. The project is open-source and licensed under the MIT License.

/absolute/path/to/python
{
  "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"
      }
    }
  }
}