abhiemj/manim-mcp-server
Overview
abhiemj/manim-mcp-server is a Python MCP server licensed under MIT.
Ranked #17188 out of 25632 indexed tools.
Ecosystem
Python MIT
Signal Breakdown
Stars 569
Freshness 10mo ago
Issue Health 0%
Contributors 1
Dependents 0
Forks 67
Description None
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# Manim MCP Server
## Overview
This is an MCP (Model Context Protocol) server that executes Manim animation code and returns the generated video. It allows users to send Manim scripts and receive the rendered animation.
## Features
- Executes Manim Python scripts.
- Saves animation output in a visible media folder.
- Allows users to clean up temporary files after execution.
- Portable and configurable via environment variables.
## Installation
### Prerequisites
Ensure you have the following installed:
- Python 3.8+
- Manim (Community Version)
- MCP
### Install Manim
```sh
pip install manim
```
### Install MCP
```sh
pip install mcp
```
### Clone the Repository
```sh
git clone https://github.com/abhiemj/manim-mcp-server.git
cd manim-mcp-server
```
## Integration with Claude
To integrate the Manim MCP server with Claude, add the following to your `claude_desktop_config.json` file:
```json
{
"mcpServers": {
"manim-server": {
"command": "/absolute/path/to/pytho Read full README on GitHub →
Are you the maintainer? Claim this listing