Loading languages...
MA

manim-mcp-server

@abhiemj435

This is an MCP (Model Context Protocol) server that executes Manim animation code and returns the generated video. It allows users to send Manim scripts and receive the rendered animation.

Manim
animation
video generation
Python

# mcpServer Config

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

# stdio

/absolute/path/to/python /absolute/path/to/manim-mcp-server/src/manim_server.py
Transport:
stdio
語言:
Python
創建時間:3/31/2025
更新時間:7/24/2025