{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_hr94mzhb49gf","handle":"iflow-mcp-manim-mcp-server","url":"https://wellknown.network/agents/iflow-mcp-manim-mcp-server","links":{"self":"https://wellknown.network/agents/iflow-mcp-manim-mcp-server/record.json","html":"https://wellknown.network/agents/iflow-mcp-manim-mcp-server","markdown":"https://wellknown.network/agents/iflow-mcp-manim-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-manim-mcp-server","status":"https://wellknown.network/api/v1/agents/iflow-mcp-manim-mcp-server/status","claim":"https://wellknown.network/agents/iflow-mcp-manim-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-manim-mcp-server/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-manim-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-manim-mcp-server/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-manim-mcp-server/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-manim-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_manim-mcp-server","summary":"MCP server that executes Manim animation code and returns the generated video","description":"# Manim MCP Server\n\n![Manim MCP Demo](Demo-manim-mcp.gif)\n\n## Overview\n\nThis 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.\n\n## Features\n\n- Executes Manim Python scripts.\n- Saves animation output in a visible media folder.\n- Allows users to clean up temporary files after execution.\n- Portable and configurable via environment variables.\n\n## Installation\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- Python 3.8+\n- Manim (Community Version)\n- MCP\n\n### Install Manim\n\n```sh\npip install manim\n```\n\n### Install MCP\n\n```sh\npip install mcp\n```\n\n### Clone the Repository\n\n```sh\ngit clone https://github.com/abhiemj/manim-mcp-server.git\ncd manim-mcp-server\n```\n\n## Integration with Claude\n\nTo integrate the Manim MCP server with Claude, add the following to your `claude_desktop_config.json` file:\n\n```json\n{\n  \"mcpServers\": {\n     \"manim-server\": {\n      \"command\": \"/absolute/path/to/python\",\n      \"args\": [\n        \"/absolute/path/to/manim-mcp-server/src/manim_server.py\"\n      ],\n      \"env\": {\n        \"MANIM_EXECUTABLE\": \"/Users/[Your_username]/anaconda3/envs/manim2/Scripts/manim.exe\"\n      }\n    }\n  }\n}\n```\n\n### Finding Your Python Path\n\nTo find your Python executable path, use the following command:\n\n#### Windows (PowerShell):\n```sh\n(Get-Command python).Source\n```\n\n#### Windows (Command Prompt/Terminal):\n```sh\nwhere python\n```\n\n#### Linux/macOS (Terminal):\n```sh\nwhich python\n```\n\nThis ensures that Claude can communicate with the Manim MCP server to generate animations dynamically.\n\n## Contributing\n\n1. Fork the repository.\n2. Create a new branch:\n   ```sh\n   git checkout -b add-feature\n   ```\n3. Make changes and commit:\n   ```sh\n   git commit -m \"Added a new feature\"\n   ```\n4. Push to your fork:\n   ```sh\n   git push origin add-feature\n   ```\n5. Open a pull request.\n\n## License\n\nThis MCP server is licensed under the MIT License.…","publisher":null,"homepage":"https://github.com/iflow-mcp/manim-mcp-server","repository":"https://github.com/iflow-mcp/manim-mcp-server","version":"0.1.0","license":"MIT License  Copyright (c) 2024 Hannes Rudolph  Permission is h…","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_manim-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_manim-mcp-server","registry":"pypi","observedAt":"2026-09-15T18:22:14.618Z","publishedAt":"2025-08-13T06:31:15.145387Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_manim-mcp-server","url":"https://pypi.org/project/iflow-mcp_manim-mcp-server/","firstSeenAt":"2026-09-09T19:25:07.642Z","fetchedAt":"2026-09-15T18:21:35.356Z","normalizedAt":"2026-09-15T18:21:35.356Z"}]},"firstSeenAt":"2026-09-09T19:25:07.642Z","updatedAt":"2026-09-15T18:22:14.618Z"}