Skip to main content
Glama
install.bat975 B
@echo off REM Installation script for Manim MCP Server (Windows) echo Installing Manim MCP Server... echo ============================== echo. REM Check Python installation python --version >nul 2>&1 if errorlevel 1 ( echo Error: Python not found. Please install Python 3.10 or higher. exit /b 1 ) python --version echo. REM Install the package echo Installing Python package... pip install -e . echo. echo Success! Manim MCP Server installed successfully! echo. echo Next steps: echo 1. Install system dependencies (ffmpeg, LaTeX, etc.) echo Run: choco install manimce echo. echo 2. Configure Claude Desktop by adding this to your config: echo. echo { echo "mcpServers": { echo "manim": { echo "command": "manim-mcp" echo } echo } echo } echo. echo Config file location: %%APPDATA%%\Claude\claude_desktop_config.json echo. echo 3. Restart Claude Desktop echo. echo For detailed instructions, see QUICKSTART.md pause

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