Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐ŸŽจ Art & Culture
  3. Manim MCP Server
Manim MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:32:20 AM

Manim MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository639 GitHub StarsTotal stargazers on GitHub for the source repository (639 stars).Visit Website
manimanimationvideopythonmcp

Run Manim Python scripts locally through MCP and receive rendered animation videos.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "abhiemj-manim-mcp-server": {
      "command": "uvx",
      "args": [
        "manim"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐ŸŽจ More in Art & Culture

Overview

abhiemj/manim-mcp-server MCP server runs locally, accepts Manim Python code, and returns the rendered animation video. It uses a local Python process and the Manim Community installation, with the Manim executable configurable through an environment variable. Generated output is saved in a visible media folder, and temporary files can be removed after execution. Reach for it when an MCP-compatible client needs to create or render mathematical and educational animations with Manim.

Use cases

โ€ขGenerate educational animations from Manim Python scripts
โ€ขRender mathematical visualizations through an MCP client
โ€ขReturn locally generated animation videos to Claude Desktop
โ€ขClean up temporary rendering files after execution

Key features

โ€ขExecutes Manim Python scripts
โ€ขReturns rendered animation videos
โ€ขSaves output in a visible media folder
โ€ขCleans up temporary files
โ€ขConfigures the Manim executable with an environment variable

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Manim MCP Server.

Extracted Tool Capabilities
Executes Manim Python scripts
Returns rendered animation videos
Saves output in a visible media folder
Cleans up temporary files
Configures the Manim executable with an environment variable

How Manim MCP Server works

What abhiemj/manim-mcp-server MCP server does

abhiemj/manim-mcp-server MCP server connects an MCP client to the Manim animation engine. It lets a client send Python code written for Manim, runs that code locally, and returns the resulting rendered video. The project is intended for workflows where an AI assistant needs to create animations without requiring a separate hosted rendering service.

Rendered files are placed in a media folder that is visible on the local machine. The server also supports cleaning up temporary files created during execution, which can help keep the working directory from accumulating intermediate artifacts.

How it works

The server is started as a local Python process. An MCP-compatible client communicates with that process, and the server invokes the installed Manim executable to render the supplied script. The rendered result is then made available to the client as a video.

The repository does not document named tools or a detailed request schema in the supplied material. It does establish the main operation: execute Manim Python scripts and return the generated animation. Rendering therefore depends on both the server process and a working Manim Community installation on the same machine.

Setup and configuration

abhiemj/manim-mcp-server requires Python 3.8 or newer, Manim Community Edition, and the MCP Python package. The documented setup sequence installs Manim and MCP with pip, then clones the repository and enters its directory.

Claude Desktop can be configured to launch the server by specifying the local Python executable as the command and the repository's src/manim_server.py file as its argument. The example configuration also sets MANIM_EXECUTABLE to the path of the Manim executable. On Windows, the README shows PowerShell and Command Prompt methods for locating Python; on Linux and macOS, it uses which python.

The example contains machine-specific paths, so those values must be replaced with paths from the local installation. No hosted endpoint or external API credential is described.

Tools and capabilities

The documented capabilities are:

  • Execute Python scripts that use Manim.
  • Render the scripts into animation videos.
  • Return generated videos to the MCP client.
  • Save output in a visible media directory.
  • Remove temporary files after a rendering task.
  • Configure the Manim executable through an environment variable.

These capabilities fit clients that can submit code and handle returned media. The supplied README does not identify support for other animation libraries, remote rendering, video editing, or a particular output format beyond a generated video.

Limitations and notes

abhiemj/manim-mcp-server MCP server is local software rather than a hosted rendering service. The host must provide Python 3.8+, Manim Community Edition, MCP, and enough resources for the requested Manim render. The README does not specify resource limits, supported Manim versions, output resolution controls, security isolation, or behavior for invalid scripts.

The documented Claude Desktop configuration uses absolute local paths, so portability requires updating the command, script path, and MANIM_EXECUTABLE value for each machine. The project is released under the MIT License. The README identifies Claude Desktop as an integration, but does not document configuration examples for other MCP clients.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Art & Culture View all alternatives
  • Davinci Resolve MCP logoDavinci Resolve MCP

    MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control

    ๐ŸŽจ Art & Culture5 views
    Compare vs Davinci Resolve MCP โ†’
  • Video Editing MCP logoVideo Editing MCP

    Add, Analyze, Search, and Generate Video Edits from your Video Jungle Collection

    ๐ŸŽจ Art & Culture2 views
    Compare vs Video Editing MCP โ†’
  • Discogs MCP Server logoDiscogs MCP Server

    MCP server to interact with the Discogs API

    ๐ŸŽจ Art & Culture2 views
    Compare vs Discogs MCP Server โ†’
  • Blender MCP logoBlender MCP

    Open-source MCP to use Blender with any LLM

    ๐ŸŽจ Art & Culture3 views
    Compare vs Blender MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
639
Stargazers on the source repository.
npm downloads
48
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Manim MCP Server

Install Python 3.8+, Manim Community Edition, and the MCP Python package, then clone the repository. Configure the local Python executable and the repository's `src/manim_server.py` file in your MCP client.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewManim MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/abhiemj-manim-mcp-server?style=directory)](https://allmcps.com/mcp/abhiemj-manim-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/abhiemj-manim-mcp-server"><img src="https://allmcps.com/api/badge/abhiemj-manim-mcp-server?style=directory" alt="Manim MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐ŸŽจArt & Culture
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
9/9 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars639
GitHub Star CountTotal stargazers on GitHub representing community popularity (639 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 19, 2025
npm downloads48/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
44Quality signal: Fair ยท 44/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท manim (PyPI)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐ŸŽจ Art & Culture โ†’Alternatives to Manim MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code