Install
$ agentstack add mcp-sid-thephysicskid-leap-mcp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ● Environment & secrets Used
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
LEAP MCP
AI Educational Video Generator
Transform any topic into a short explainer video with AI narration and 3Blue1Brown-style animations.
Quick Start
Prerequisites:
- Python 3.8-3.11
- OpenAI API key - Create account and get API key
- Claude Code - Download and install
Note: Currently supports Claude Code only. Support for Cursor, Windsurf, and other MCP clients planned for future releases.
git clone https://github.com/sid-thephysicskid/leap-mcp
cd leap-mcp
python setup.py
The setup will ask for your OpenAI API key. If you skip it, manually add it to .env:
cp .env.example .env
# Edit .env and add: OPENAI_API_KEY=your_actual_key_here
Next steps:
- Start Claude Code:
claude - In Claude Code chat, type
/mcp- you should seeleap-mcpconnected - If not connected, restart Claude Code and try
/mcpagain - Start creating videos:
Create an educational video about black holes
Features
Videos - 2-minute structure: Hook → Phenomenon → Mechanism → Synthesis AI Narration - 6 natural voices powered by OpenAI Animations - Manim engine (same as 3Blue1Brown) Any Topic - From quantum physics to cooking recipes
Examples
Create a video about the French Revolution for high schoolers
Make a video about Vincent van Gogh's painting techniques
Create a video explaining cryptocurrency to my grandmother
Make a video explaining MCP servers
Voices: nova (default) • alloy • echo • fable • shimmer • onyx
Troubleshooting
Python 3.13? Manim's packages don't support Python 3.13+ supported yet - use 3.8-3.11 Connection issues? Restart Claude Code, run /mcp API errors? Check OpenAI key in .env file
Contributing
Good First Issues:
- [ ] Add Cursor/Windsurf/Qwen Agent support
- [ ] Create subject or domain specific templates (history, art, business, financial reports etc.)
- [ ] Improve error messages and debugging
- [ ] Add video quality/resolution options
License
MIT - Built with Manim • FastMCP • OpenAI
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sid-thephysicskid
- Source: sid-thephysicskid/leap-mcp
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.