Skip to content
MCP Server Community By @abhiemj

abhiemj/manim-mcp-server

🐍 🏠 πŸͺŸ 🐧 - A local MCP server that generates animations using Manim.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: abhiemj/manim-mcp-server Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-abhiemj-manim-mcp-server

Detailed Documentation

🐍 🏠 πŸͺŸ 🐧 - A local MCP server that generates animations using Manim.

Configuration

{
  "mcpServers": {
    "abhiemj-manim-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-abhiemj-manim-mcp-server"
      ],
      "env": {}
    }
  }
}