io.github.daedalus/mcp-manimgl
PYPI · MCP-MANIMGL · SCANNED SEP 20
MCP server exposing manimgl mathematical animation functionality as tools for LLMs
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 127 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add daedalus-mcp-manimgl -- uvx mcp-manimgl
{
"mcpServers": {
"daedalus-mcp-manimgl": {
"command": "uvx",
"args": [
"mcp-manimgl"
]
}
}
} {
"servers": {
"daedalus-mcp-manimgl": {
"command": "uvx",
"args": [
"mcp-manimgl"
]
}
}
} codex mcp add daedalus-mcp-manimgl -- uvx mcp-manimgl
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"daedalus-mcp-manimgl": {
"type": "local",
"command": [
"uvx",
"mcp-manimgl"
],
"enabled": true
}
}
} openclaw mcp add daedalus-mcp-manimgl --command uvx --arg mcp-manimgl
mcp_servers:
daedalus-mcp-manimgl:
command: "uvx"
args: ["mcp-manimgl"] {
"McpServers": {
"daedalus-mcp-manimgl": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcp-manimgl"
]
}
}
} assistant mcp add daedalus-mcp-manimgl -t stdio -c uvx -a mcp-manimgl
{
"mcpServers": {
"daedalus-mcp-manimgl": {
"command": "uvx",
"args": [
"mcp-manimgl"
]
}
}
} 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.
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 →
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 →
add_3d_object Add 3D Object ~39
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| fill_opacity | number | – | – |
| object_type | string | yes | – |
| properties | object | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_arrow Add Arrow ~34
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| end | array | yes | – |
| start | array | yes | – |
| stroke_width | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_background_music 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.
| Name | Type | Req | Description |
|---|---|---|---|
| duck_attack | number | – | Duck attack time in seconds (default: 0.1). |
| duck_ratio | number | – | Compression ratio for ducking (default: 4.0). |
| duck_release | number | – | Duck release time in seconds (default: 0.5). |
| duck_threshold | string | – | Sidechain compression threshold for ducking (default: "-24dB"). |
| file_path | string | yes | Path to an audio file or MIDI file. |
| loop | boolean | – | Loop the music to fill the video duration if shorter (default: False). |
| volume | number | – | Playback volume 0.0-1.0 (default: 0.3). |
Structured output declared, but exposes no named fields.
No examples provided.
add_brace Add Brace ~34
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| direction | string | – | – |
| label | – | – | – |
| mobject_id | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_circle Add Circle ~41
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| fill_opacity | number | – | – |
| position | – | – | – |
| radius | number | – | – |
| stroke_width | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_coordinate_system Add Coordinate System ~24
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| axis_config | – | – | – |
| x_range | – | – | – |
| y_range | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_custom_code 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.
| Name | Type | Req | Description |
|---|---|---|---|
| code_snippet | string | yes | Valid Python code to insert in the scene's construct(). |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
add_decimal_number Add Decimal Number ~28
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| font_size | number | – | – |
| value | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_dot Add Dot ~24
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| point | – | – | – |
| radius | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_function_graph Add Function Graph ~26
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| function | string | yes | – |
| x_range | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_labeled_point Add Labeled Point ~36
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| dot_radius | number | – | – |
| label | string | yes | – |
| point | array | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_line Add Line ~34
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| end | array | yes | – |
| start | array | yes | – |
| stroke_width | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_matrix Add Matrix ~19
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| rows | array | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_narration 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.
| Name | Type | Req | Description |
|---|---|---|---|
| lang | string | – | Language code (default: "en"). See gTTS docs for supported codes. |
| text | string | yes | The text to be spoken in the narration. |
Structured output declared, but exposes no named fields.
No examples provided.
add_number_line Add Number Line ~19
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| x_range | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_parametric_curve Add Parametric Curve ~27
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| function | string | yes | – |
| t_range | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_polygon Add Polygon ~36
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| fill_opacity | number | – | – |
| stroke_width | number | – | – |
| vertices | array | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_rectangle Add Rectangle ~48
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| fill_opacity | number | – | – |
| height | number | – | – |
| position | – | – | – |
| stroke_width | number | – | – |
| width | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_square Add Square ~42
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| fill_opacity | number | – | – |
| position | – | – | – |
| side_length | number | – | – |
| stroke_width | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_tex Add Tex ~28
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| font_size | number | – | – |
| tex_string | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_text Add Text ~34
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| font | string | – | – |
| font_size | number | – | – |
| text | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_vector Add Vector ~19
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | – | – |
| vector | array | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
add_wait Add Wait ~40
Add a wait/pause to the scene timeline. IMPORTANT: Always use MCP tools for scene operations.
| Name | Type | Req | Description |
|---|---|---|---|
| duration | number | – | Duration in seconds to wait. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
align_to Align To ~29
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| direction | string | – | – |
| mobject_id | string | yes | – |
| reference_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
animate_fade_in Animate Fade In ~30
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| mobject_id | string | yes | – |
| run_time | number | – | – |
| shift_direction | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
animate_fade_out Animate Fade Out ~24
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| mobject_id | string | yes | – |
| run_time | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
animate_group Animate Group ~29
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| animation_data | array | yes | – |
| group_type | string | – | – |
| run_time | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
animate_grow Animate Grow ~31
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| grow_type | string | – | – |
| mobject_id | string | yes | – |
| run_time | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
animate_indicate Animate Indicate ~23
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| mobject_id | string | yes | – |
| run_time | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
animate_move_along_path Animate Move Along Path ~39
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| mobject_id | string | yes | – |
| path_config | – | – | – |
| path_type | string | – | – |
| run_time | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
animate_rotate Animate Rotate ~32
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| angle | – | – | – |
| axis | – | – | – |
| mobject_id | string | yes | – |
| run_time | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
animate_scale Animate Scale ~30
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| mobject_id | string | yes | – |
| run_time | number | – | – |
| scale_factor | number | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
animate_set_color Animate Set Color ~30
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | yes | – |
| mobject_id | string | yes | – |
| run_time | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
animate_shift Animate Shift ~29
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| mobject_id | string | yes | – |
| run_time | number | – | – |
| vector | array | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
animate_transform Animate Transform ~44
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| mobject_id | string | yes | – |
| rate_func | string | – | – |
| run_time | number | – | – |
| target_config | – | – | – |
| target_mobject_type | – | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
animate_write Animate Write ~22
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| mobject_id | string | yes | – |
| run_time | number | – | – |
Structured output declared, but exposes no named fields.
No examples provided.
audio_duration 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Path to the audio file. |
Structured output declared, but exposes no named fields.
No examples provided.
clear_scene 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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
create_scene 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.
| Name | Type | Req | Description |
|---|---|---|---|
| background_color | string | – | Hex color or named color for the background. |
| fps | integer | – | Frames per second for rendering. |
| frame_height | number | – | The height of the coordinate frame in manim units. |
| resolution | string | – | Resolution string like "WxH", e.g. "1920x1080". |
Structured output declared, but exposes no named fields.
No examples provided.
generate_scene_script 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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | – |
No examples provided.
get_render_result 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.
| Name | Type | Req | Description |
|---|---|---|---|
| render_id | string | yes | The render_id returned by render_scene(). |
Structured output declared, but exposes no named fields.
No examples provided.
get_render_status 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 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 Move To ~27
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| aligned_edge | – | – | – |
| mobject_id | string | yes | – |
| position | array | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
next_to Next To ~36
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| buff | number | – | – |
| direction | string | – | – |
| mobject_id | string | yes | – |
| reference_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
render_scene 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.
| Name | Type | Req | Description |
|---|---|---|---|
| fmt | string | – | Output format ("mp4", "gif", "mov"). |
| output_path | – | – | Path for the output video file. If None, uses a temp file. |
Structured output declared, but exposes no named fields.
No examples provided.
restore_state 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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
rotate Rotate ~31
No description provided.
| Name | Type | Req | Description |
|---|---|---|---|
| about_point | – | – | – |
| angle | number | yes | – |
| axis | – | – | – |
| mobject_id | string | yes | – |
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
save_frame 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.
| Name | Type | Req | Description |
|---|---|---|---|
| output_path | – | – | Path for the output PNG image. If None, uses a temp file. |
Structured output declared, but exposes no named fields.
No examples provided.
save_state 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.
| Name | Type | Req | Description |
|---|---|---|---|
| result | boolean | yes | – |
No examples provided.
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.