mcp manimgl for Cursor
io.github.daedalus/mcp-manimgl
MCP server exposing manimgl mathematical animation functionality as tools for LLMs
client:Cursor
transport:stdio
runtime:pypi
Install mcp manimgl in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-manimgl": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-manimgl"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs