MCP server exposing manimgl mathematical animation functionality as tools for LLMs
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
mcp-manimgl β MCP server exposing manimgl (Manim OpenGL) mathematical animation functionality as tools for LLMs.
mcp-name: io.github.daedalus/mcp-manimgl
Optional extras:
| Dependency | Required for | Install |
|---|---|---|
ffmpeg + ffprobe | Audio mixing, narration sync, music ducking | apt install ffmpeg |
libfluidsynth3 | MIDI file rendering to audio | apt install libfluidsynth3 |
SoundFont (.sf2/.sf3) | MIDI instrument sounds | apt install fluidr3mono-gm-soundfont |
| pangocairo, OpenGL | Manim rendering engine | See manimgl docs |
The server checks for non-Python dependencies at startup and reports any missing ones to stderr and via the mcp-manimgl://info resource.
Add to your mcp.json:
The server exposes these tool categories:
create_scene β Create/configure a new sceneclear_scene β Remove all elementsadd_wait β Add wait/pauseset_camera β Configure cameraset_config β Set global rendering configsave_state / restore_state β State managementgenerate_scene_script β Get the generated Python scriptadd_circle, add_square, add_rectangle, add_polygonadd_line, add_arrow, add_dotadd_text, add_tex (LaTeX)add_function_graph, add_parametric_curveadd_coordinate_system, add_vectoradd_labeled_point, add_brace, add_number_lineadd_decimal_number, add_matrixadd_3d_object (sphere, cube, torus, cone, cylinder)move_to, shift, scale, rotateset_color, set_opacitynext_to, align_toanimate_transform, animate_fade_in/out, animate_growanimate_rotate, animate_scale, animate_shiftanimate_indicate, animate_write, animate_set_coloranimate_move_along_path, animate_groupadd_narration β Generate TTS (gTTS) narration that plays at the current timeline positionadd_background_music β Add background music from audio files or MIDI files (auto-rendered via FluidSynth). Supports volume control, looping, and sidechain ducking during narration.render_scene β Render to video (auto-mixes background music + narration with ducking)save_frame β Save single frameget_render_status β Check environmentAccepts audio files (.mp3, .wav, .ogg) or MIDI files (.mid, .midi). MIDI files are rendered to audio using FluidSynth and the system SoundFont.
When both background music and narration are present, render_scene automatically:
A narrated animation explaining Shor's algorithm with LaTeX, 5 TTS narration tracks, and classical MIDI background music.
MCP tool call sequence:
See the full scene script at shor_mcp.py in the repository root.
MIDI files are rendered using pyfluidsynth with a system SoundFont. On Debian/Ubuntu:
Auto-discovered SoundFont paths:
/usr/share/sounds/sf3/ (.sf3)/usr/share/sounds/sf2/ (.sf2)/usr/share/fluidr3mono-gm-soundfont/mcp-name: io.github.dclavijo/mcp-manimgl
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-manimgl)<a href="https://allmcps.com/mcp/mcp-manimgl"><img src="https://allmcps.com/api/badge/mcp-manimgl?style=directory" alt="MCP Manimgl on AllMCPs" /></a>