manim-mcp-server

abhiemj/manim-mcp-server
★ 569 stars Python 💻 Code/Dev Tools Updated 1mo ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "manim-mcp-server": {
      "command": "uvx",
      "args": [
        "manim-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install manim-mcp-server

README Excerpt

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. - Executes Manim Python scripts. - Saves animation output in a visible media folder. - Allows users to clean up temporary files after execution.