mcpbeat Sign in

MCP Manimgl MCP Server

local only

MCP Manimgl runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi. Last commit 15 May 2026.

MCP server exposing manimgl mathematical animation functionality as tools for LLMs

Installs per day peak 23 · avg 10 · -4% w/w
a month agotoday
66
Installs / week
pypi · mcp-manimgl
0
Stars
0 open issues
15 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call save_frame.output_path → src/mcp_manimgl/adapters/manim_adapter.py:232, verify_video.video_path → src/mcp_manimgl/adapters/manim_adapter.py:276
            result = subprocess.run(
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-manimgl -- uvx mcp-manimgl
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-manimgl": {
      "args": [
        "mcp-manimgl"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-manimgl]
command = "uvx"
args = ["mcp-manimgl"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-manimgl": {
      "args": [
        "mcp-manimgl"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-manimgl": {
      "args": [
        "mcp-manimgl"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Manimgl

same job, measured the same way
MCP Mysql Connector
by daedalus

MCP server exposing MySQL database functionalities as tools

70 installs/wk local only
MCP Sparql
by daedalus

MCP server exposing SPARQL query functionalities for LLMs

59 installs/wk local only
MCP Pwntools
by daedalus

MCP server exposing pwntools 4.15.0 functionality for binary exploitation

52 installs/wk local only
MCP Sympy
by daedalus

MCP server that exposes SymPy's symbolic mathematics functionality

67 installs/wk local only
MCP Smbmap
by daedalus

MCP server exposing smbmap SMB enumeration functionality

73 installs/wk local only
MCP Shodan
by daedalus

MCP server exposing all Shodan API functionality

65 installs/wk local only
MCP Sqlite3
by daedalus

MCP server exposing sqlite3 library functionality

72 installs/wk local only
MCP Homeassistant
by daedalus

MCP server exposing Home Assistant REST API functionality

64 installs/wk local only

MCP Manimgl — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Manimgl?
MCP Manimgl runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-manimgl was installed 66 times last week.
How do I connect MCP Manimgl?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-manimgl straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Manimgl?
The pypi package mcp-manimgl was installed 66 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Manimgl open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.