Loading...
pip install manim{
"mcpServers": {
"manim-server": {
"command": "/absolute/path/to/python",
"args": [
"/absolute/path/to/manim-mcp-server/src/manim_server.py"
],
"env": {
"MANIM_EXECUTABLE": "/Users/[Your_username]/anaconda3/envs/manim2/Scripts/manim.exe"
}
}
}
}execute_manim_scriptExecutes a Manim Python script and generates a video animation.
Executes arbitrary code, potentially leading to system compromise.
cleanup_temporary_filesDeletes temporary files created during the animation process.
Could unintentionally delete important files if configured incorrectly.
This server is relatively safe for trusted users who understand the code being executed. However, it poses a moderate risk if untrusted code is executed due to the lack of sandboxing and potential for file system writes.