MCP-Manim-Slides

antoniomachuca/MCP-Manim-Slides
★ 1 stars Python Code/Dev Tools Updated 1d ago
MCP server (Python SDK v2) that gives AI agents the power to build interactive Manim presentations - render slides, preview single slides, and export Reveal.js HTML, PDF & PPTX.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

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

README Excerpt

A robust Model Context Protocol (MCP) server that empowers AI agents to generate, orchestrate, and compile interactive presentations with manim-slides. While traditional AI coding assistants can write Manim code, executing that code and structuring it into a readable presentation format has remained a manual process. This MCP server bridges the gap by providing AI clients (like Claude Desktop, Cursor, or Antigravity) with direct tools to: