Skip to main content
Glama
manifest.json1.44 kB
{ "manifest_version": "0.3", "name": "manim-mcp", "version": "0.1.0", "display_name": "Manim Mathematical Animations", "description": "Create stunning mathematical animations and visualizations using Manim. Generate video explanations of equations, graphs, geometry, calculus concepts, and more.", "icon": "icon.png", "author": { "name": "Manim MCP Contributors" }, "homepage": "https://github.com/Stelath/manim-mcp", "repository": { "type": "git", "url": "https://github.com/Stelath/manim-mcp.git" }, "license": "MIT", "server": { "type": "python", "entry_point": "server.py", "mcp_config": { "command": "python", "args": ["-m", "manim_mcp.server"] } }, "compatibility": { "platforms": ["darwin", "win32"], "runtimes": { "python": ">=3.10" } }, "tools": [ { "name": "create_math_animation", "description": "Create a mathematical animation using Manim. Provide Python code that defines a Manim Scene class with mathematical content. The scene will be rendered to a video file and the path will be returned." }, { "name": "get_manim_example", "description": "Get example Manim code for common mathematical animations. Useful for learning Manim syntax and creating starting templates." } ], "keywords": ["manim", "mathematics", "animation", "visualization", "video", "education", "graphs", "equations"] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stelath/manim-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server