Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.daedalus/mcp-manimgl

PYPI · MCP-MANIMGL · SCANNED SEP 20

MCP server exposing manimgl mathematical animation functionality as tools for LLMs

Available components

−15 this week 53 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security50
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 15 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability31
  • 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 2771 tokens (~46/item across 59 items; 58 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage38
  • 33% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 16% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "clear_scene" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 59 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.daedalus/mcp-manimgl server?

io.github.daedalus/mcp-manimgl runs locally as a PyPI package, launched with uvx mcp-manimgl. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcp-manimgl

# add to Claude Code
claude mcp add daedalus-mcp-manimgl -- uvx mcp-manimgl
// .cursor/mcp.json
{
  "mcpServers": {
    "daedalus-mcp-manimgl": {
      "command": "uvx",
      "args": [
        "mcp-manimgl"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "daedalus-mcp-manimgl": {
      "command": "uvx",
      "args": [
        "mcp-manimgl"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add daedalus-mcp-manimgl -- uvx mcp-manimgl
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "daedalus-mcp-manimgl": {
      "type": "local",
      "command": [
        "uvx",
        "mcp-manimgl"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add daedalus-mcp-manimgl --command uvx --arg mcp-manimgl
# ~/.hermes/config.yaml
mcp_servers:
  daedalus-mcp-manimgl:
    command: "uvx"
    args: ["mcp-manimgl"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "daedalus-mcp-manimgl": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcp-manimgl"
      ]
    }
  }
}
# add to Vellum
assistant mcp add daedalus-mcp-manimgl -t stdio -c uvx -a mcp-manimgl
// mcp.json
{
  "mcpServers": {
    "daedalus-mcp-manimgl": {
      "command": "uvx",
      "args": [
        "mcp-manimgl"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −18
    • Malware scan: pass → unverified security
    • Stability: pass → 0.77 functional
  • 17 Sept 26 +15
    • Malware scan: unverified → pass security
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 −14
    • Malware scan: pass → unverified security
  • 12 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 11 Sept 26 0
    • Stability: 0.97 → pass security
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/mcp-manimgl@0.1.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 15 packages
Packages resolved 15
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 58 exposed · ~2,766 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_3d_object ~39

No description provided.

NameTypeReqDescription
colorstring
fill_opacitynumber
object_typestringyes
propertiesobject

Structured output declared, but exposes no named fields.

No examples provided.

add_arrow ~34

No description provided.

NameTypeReqDescription
colorstring
endarrayyes
startarrayyes
stroke_widthnumber

Structured output declared, but exposes no named fields.

No examples provided.

add_background_music ~244

Add background music to the scene. The music plays from the beginning of the rendered video. Accepts audio files (.mp3, .wav, .ogg) or MIDI files (.mid, .midi). MIDI files are rendered to audio using FluidSynth and a system SoundFont. When narration tracks are also present, the music volume auto-ducks during narration via sidechain compression in post-processing. IMPORTANT: Always use MCP tools for scene operations.

NameTypeReqDescription
duck_attacknumberDuck attack time in seconds (default: 0.1).
duck_rationumberCompression ratio for ducking (default: 4.0).
duck_releasenumberDuck release time in seconds (default: 0.5).
duck_thresholdstringSidechain compression threshold for ducking (default: "-24dB").
file_pathstringyesPath to an audio file or MIDI file.
loopbooleanLoop the music to fill the video duration if shorter (default: False).
volumenumberPlayback volume 0.0-1.0 (default: 0.3).

Structured output declared, but exposes no named fields.

No examples provided.

add_brace ~34

No description provided.

NameTypeReqDescription
colorstring
directionstring
label
mobject_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

add_circle ~41

No description provided.

NameTypeReqDescription
colorstring
fill_opacitynumber
position
radiusnumber
stroke_widthnumber

Structured output declared, but exposes no named fields.

No examples provided.

add_coordinate_system ~24

No description provided.

NameTypeReqDescription
axis_config
x_range
y_range

Structured output declared, but exposes no named fields.

No examples provided.

add_custom_code ~82

Inject custom Python code into the scene script. The code will be inserted inside the construct() method body. Use this for advanced manim functionality not covered by other tools. IMPORTANT: Always use MCP tools for scene operations. Do NOT write or execute standalone manim scripts.

NameTypeReqDescription
code_snippetstringyesValid Python code to insert in the scene's construct().
NameTypeReqDescription
resultbooleanyes

No examples provided.

add_decimal_number ~28

No description provided.

NameTypeReqDescription
colorstring
font_sizenumber
valuenumber

Structured output declared, but exposes no named fields.

No examples provided.

add_dot ~24

No description provided.

NameTypeReqDescription
colorstring
point
radiusnumber

Structured output declared, but exposes no named fields.

No examples provided.

add_function_graph ~26

No description provided.

NameTypeReqDescription
colorstring
functionstringyes
x_range

Structured output declared, but exposes no named fields.

No examples provided.

add_labeled_point ~36

No description provided.

NameTypeReqDescription
colorstring
dot_radiusnumber
labelstringyes
pointarrayyes

Structured output declared, but exposes no named fields.

No examples provided.

add_line ~34

No description provided.

NameTypeReqDescription
colorstring
endarrayyes
startarrayyes
stroke_widthnumber

Structured output declared, but exposes no named fields.

No examples provided.

add_matrix ~19

No description provided.

NameTypeReqDescription
colorstring
rowsarrayyes

Structured output declared, but exposes no named fields.

No examples provided.

add_narration ~101

Generate and add a text-to-speech narration audio track to the scene. The audio plays at the point in the timeline where this tool is called. Uses Google TTS (gTTS) for voice synthesis. IMPORTANT: Always use MCP tools for scene operations.

NameTypeReqDescription
langstringLanguage code (default: "en"). See gTTS docs for supported codes.
textstringyesThe text to be spoken in the narration.

Structured output declared, but exposes no named fields.

No examples provided.

add_number_line ~19

No description provided.

NameTypeReqDescription
colorstring
x_range

Structured output declared, but exposes no named fields.

No examples provided.

add_parametric_curve ~27

No description provided.

NameTypeReqDescription
colorstring
functionstringyes
t_range

Structured output declared, but exposes no named fields.

No examples provided.

add_polygon ~36

No description provided.

NameTypeReqDescription
colorstring
fill_opacitynumber
stroke_widthnumber
verticesarrayyes

Structured output declared, but exposes no named fields.

No examples provided.

add_rectangle ~48

No description provided.

NameTypeReqDescription
colorstring
fill_opacitynumber
heightnumber
position
stroke_widthnumber
widthnumber

Structured output declared, but exposes no named fields.

No examples provided.

add_square ~42

No description provided.

NameTypeReqDescription
colorstring
fill_opacitynumber
position
side_lengthnumber
stroke_widthnumber

Structured output declared, but exposes no named fields.

No examples provided.

add_tex ~28

No description provided.

NameTypeReqDescription
colorstring
font_sizenumber
tex_stringstringyes

Structured output declared, but exposes no named fields.

No examples provided.

add_text ~34

No description provided.

NameTypeReqDescription
colorstring
fontstring
font_sizenumber
textstringyes

Structured output declared, but exposes no named fields.

No examples provided.

add_vector ~19

No description provided.

NameTypeReqDescription
colorstring
vectorarrayyes

Structured output declared, but exposes no named fields.

No examples provided.

add_wait ~40

Add a wait/pause to the scene timeline. IMPORTANT: Always use MCP tools for scene operations.

NameTypeReqDescription
durationnumberDuration in seconds to wait.
NameTypeReqDescription
resultbooleanyes

No examples provided.

align_to ~29

No description provided.

NameTypeReqDescription
directionstring
mobject_idstringyes
reference_idstringyes
NameTypeReqDescription
resultbooleanyes

No examples provided.

animate_fade_in ~30

No description provided.

NameTypeReqDescription
mobject_idstringyes
run_timenumber
shift_direction

Structured output declared, but exposes no named fields.

No examples provided.

animate_fade_out ~24

No description provided.

NameTypeReqDescription
mobject_idstringyes
run_timenumber

Structured output declared, but exposes no named fields.

No examples provided.

animate_group ~29

No description provided.

NameTypeReqDescription
animation_dataarrayyes
group_typestring
run_timenumber

Structured output declared, but exposes no named fields.

No examples provided.

animate_grow ~31

No description provided.

NameTypeReqDescription
grow_typestring
mobject_idstringyes
run_timenumber

Structured output declared, but exposes no named fields.

No examples provided.

animate_indicate ~23

No description provided.

NameTypeReqDescription
mobject_idstringyes
run_timenumber

Structured output declared, but exposes no named fields.

No examples provided.

animate_move_along_path ~39

No description provided.

NameTypeReqDescription
mobject_idstringyes
path_config
path_typestring
run_timenumber

Structured output declared, but exposes no named fields.

No examples provided.

animate_rotate ~32

No description provided.

NameTypeReqDescription
angle
axis
mobject_idstringyes
run_timenumber

Structured output declared, but exposes no named fields.

No examples provided.

animate_scale ~30

No description provided.

NameTypeReqDescription
mobject_idstringyes
run_timenumber
scale_factornumberyes

Structured output declared, but exposes no named fields.

No examples provided.

animate_set_color ~30

No description provided.

NameTypeReqDescription
colorstringyes
mobject_idstringyes
run_timenumber

Structured output declared, but exposes no named fields.

No examples provided.

animate_shift ~29

No description provided.

NameTypeReqDescription
mobject_idstringyes
run_timenumber
vectorarrayyes

Structured output declared, but exposes no named fields.

No examples provided.

animate_transform ~44

No description provided.

NameTypeReqDescription
mobject_idstringyes
rate_funcstring
run_timenumber
target_config
target_mobject_type

Structured output declared, but exposes no named fields.

No examples provided.

animate_write ~22

No description provided.

NameTypeReqDescription
mobject_idstringyes
run_timenumber

Structured output declared, but exposes no named fields.

No examples provided.

audio_duration ~58

Get the duration of any audio file in seconds. Accepts audio files (.mp3, .wav, .ogg, .mid) created by the server. Uses ffprobe internally.

NameTypeReqDescription
file_pathstringyesPath to the audio file.

Structured output declared, but exposes no named fields.

No examples provided.

clear_scene ~43

Remove all mobjects and animations from the current scene. IMPORTANT: Always use MCP tools for scene operations. Returns: True if successful. Example: >>> clear_scene()

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultbooleanyes

No examples provided.

create_scene ~109

Create a new manimgl scene with the given configuration. IMPORTANT: Always use MCP tools for scene operations. Do NOT write or execute standalone manim scripts.

NameTypeReqDescription
background_colorstringHex color or named color for the background.
fpsintegerFrames per second for rendering.
frame_heightnumberThe height of the coordinate frame in manim units.
resolutionstringResolution string like "WxH", e.g. "1920x1080".

Structured output declared, but exposes no named fields.

No examples provided.

generate_scene_script ~71

Generate the full Python script for the current scene. IMPORTANT: Always use MCP tools for scene operations. Do NOT write or execute standalone manim scripts. Use render_scene() and get_render_result() for rendering instead. Returns: The complete Python script as a string. Example: >>> generate_scene_script()

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

get_render_result ~131

Poll for the result of an async render started by render_scene(). Returns the render result dict when done, or a "still running" status. Keep polling until status is "completed" or "failed". The caller should use exponential backoff between polls: 1s, 2s, 4s, 8s... (cap at 30s). The count resets when the render completes or fails. IMPORTANT: Always use this MCP tool for scene operations. Do NOT write or execute standalone manim scripts.

NameTypeReqDescription
render_idstringyesThe render_id returned by render_scene().

Structured output declared, but exposes no named fields.

No examples provided.

get_render_status ~67

Check if manimgl and OpenGL are available for rendering. IMPORTANT: Always use this MCP tool for scene operations. Do NOT write or execute standalone manim scripts. Returns: Dictionary with availability status of manimgl and OpenGL. Example: >>> get_render_status()

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

get_scene_info ~51

Get the current scene's configuration and element counts. IMPORTANT: Always use MCP tools for scene operations. Returns: Scene information including resolution, mobject/animation counts. Example: >>> get_scene_info()

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

move_to ~27

No description provided.

NameTypeReqDescription
aligned_edge
mobject_idstringyes
positionarrayyes

Structured output declared, but exposes no named fields.

No examples provided.

next_to ~36

No description provided.

NameTypeReqDescription
buffnumber
directionstring
mobject_idstringyes
reference_idstringyes
NameTypeReqDescription
resultbooleanyes

No examples provided.

render_scene ~91

Render the current scene to a video file. Renders in the background to avoid MCP timeouts. Returns a render_id immediately. Poll get_render_result() with that render_id to check completion and get the output path.

NameTypeReqDescription
fmtstringOutput format ("mp4", "gif", "mov").
output_pathPath for the output video file. If None, uses a temp file.

Structured output declared, but exposes no named fields.

No examples provided.

restore_state ~50

Restore the scene to a previously saved state. IMPORTANT: Always use MCP tools for scene operations. Returns: True if state was restored, False if no saved state exists. Example: >>> restore_state()

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultbooleanyes

No examples provided.

rotate ~31

No description provided.

NameTypeReqDescription
about_point
anglenumberyes
axis
mobject_idstringyes
NameTypeReqDescription
resultbooleanyes

No examples provided.

save_frame ~62

Save a single frame (image) of the current scene. IMPORTANT: Always use this MCP tool for scene operations. Do NOT write or execute standalone manim scripts.

NameTypeReqDescription
output_pathPath for the output PNG image. If None, uses a temp file.

Structured output declared, but exposes no named fields.

No examples provided.

save_state ~43

Save the current scene state for later restoration. IMPORTANT: Always use MCP tools for scene operations. Returns: True if state was saved. Example: >>> save_state()

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultbooleanyes

No examples provided.

Common questions

What is the io.github.daedalus/mcp-manimgl server?

io.github.daedalus/mcp-manimgl is listed in the public MCP registry as io.github.daedalus/mcp-manimgl. MCP server exposing manimgl mathematical animation functionality as tools for LLMs. This page covers its PyPI package (mcp-manimgl).

Is the io.github.daedalus/mcp-manimgl server safe to use?

io.github.daedalus/mcp-manimgl scores 53 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.daedalus/mcp-manimgl server expose?

io.github.daedalus/mcp-manimgl exposes 58 tools: create_scene, get_scene_info, clear_scene, add_wait, save_state, and 53 more. Their descriptions and schemas cost roughly 2,766 tokens of context every time the server is loaded.

Is the io.github.daedalus/mcp-manimgl server still maintained?

io.github.daedalus/mcp-manimgl is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.daedalus/mcp-manimgl server under?

io.github.daedalus/mcp-manimgl declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.