Back to directory
abhiemj/manim-mcp-server

abhiemj/manim-mcp-server

@abhiemj

This is an MCP (Model Context Protocol) server that executes Manim animation code and returns the generated video.

manimanimationvideo-generationmcpclaudepythontool

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13