Back to directory
manim-mcp-server

manim-mcp-server

@abhiemj582

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.

Manimanimationvideo generationPythontool

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
2025/3/30
Updated
2026/6/7