Google for AI agents. 25,000+ tools indexed.

abhiemj/manim-mcp-server

Score: 17.5 Rank #17188

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

Add a detailed description (150+ chars) to your repo to improve discoverability

Freshness high impact

Last commit was 301 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 6 open vs 0 closed issues — triaging stale issues improves health

Badge

AgentRank score for abhiemj/manim-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/abhiemj--manim-mcp-server)](https://agentrank-ai.com/tool/abhiemj--manim-mcp-server)
<a href="https://agentrank-ai.com/tool/abhiemj--manim-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/abhiemj--manim-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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