MCP.so
登录

Manim MCP Server

@thesimsguy

关于 Manim MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

thesimsguy

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Manim MCP Server?

Manim MCP Server 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.

How to use Manim MCP Server?

Install Python 3.8+, Manim Community (pip install manim), and MCP (pip install mcp). Clone the repository, then integrate with Claude by adding the server’s Python path and the MANIM_EXECUTABLE environment variable to your claude_desktop_config.json. The server accepts Manim scripts and outputs videos.

Key features of Manim MCP Server

  • 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.

Use cases of Manim MCP Server

  • Generate mathematical or scientific animations via natural language prompts in Claude.
  • Automate the creation of Manim videos for educational content.
  • Integrate animation generation into AI-assisted workflows.

FAQ from Manim MCP Server

What prerequisites are needed to run the server?

Python 3.8 or higher, Manim (Community Version), and the MCP Python package are required.

How do I integrate the server with Claude?

Add a server entry in your claude_desktop_config.json specifying the full path to your Python executable and the path to the server script, along with the MANIM_EXECUTABLE environment variable pointing to the Manim executable.

Where are the generated videos saved?

The server saves animation output in a visible media folder (location depends on the Manim configuration and environment).

Can I delete temporary files after running a script?

Yes, the server provides a tool to clean up temporary files after execution.

What transport or authentication does the server use?

The README does not specify transport details or authentication; it uses the standard MCP protocol for communication with clients like Claude.

评论

其他 分类下的更多 MCP 服务器