Skip to content
VS Code

mcp manimgl for VS Code

io.github.daedalus/mcp-manimgl

MCP server exposing manimgl mathematical animation functionality as tools for LLMs

client:VS Code transport:stdio runtime:pypi

Install mcp manimgl in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-manimgl": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-manimgl"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp manimgl in other clients