submagic-mcp-server
Connects AI assistants to Submagic's video editing API for creating viral short-form content with AI captions in 107 languages.
README
Submagic MCP Server
mcp-name: io.github.sidart10/submagic-mcp-server
Connect your AI assistant to Submagic's powerful video editing API. Create viral short-form content, add AI captions in 107 languages, and automate your video production workflow directly from Claude or any MCP-compliant client.
Table of Contents
Features
- Global Reach: Automatic AI captions with 98%+ accuracy in 107 languages.
- Dynamic Editing: Magic zooms and auto-inserted B-rolls with configurable coverage.
- Smart Cleanup: Automated silence removal (3 speeds) and filler word removal ("um", "uh").
- Content Repurposing: Convert YouTube videos into viral short-form clips (TikTok, Reels, Shorts).
- Professional Styling: Access 30+ trending templates (Hormozi, Beast, Sara).
- Optimized Exports: Ready-to-post formats for all major platforms (9:16, 1:1, 16:9, 4:5).
Getting Started
Prerequisites
- Python 3.10 or higher
- A Submagic API Key (Get one at Submagic.co)
Installation
Option 1: Install via PyPI (Recommended)
pip install submagic-mcp-server
Option 2: Install from Source
git clone https://github.com/sidart10/submagic-mcp-server.git
cd submagic-mcp-server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Configuration
-
Get your API Key: Sign up at submagic.co to retrieve your API key.
-
Configure Claude Desktop: Add the server definition to your
claude_desktop_config.jsonfile.If installed via PyPI:
{ "mcpServers": { "submagic": { "command": "python", "args": ["-m", "submagic_mcp"], "env": { "SUBMAGIC_API_KEY": "sk-your-api-key-here" } } } }If installed from source (use absolute paths):
{ "mcpServers": { "submagic": { "command": "/absolute/path/to/venv/bin/python", "args": ["/absolute/path/to/submagic_mcp.py"], "env": { "SUBMAGIC_API_KEY": "sk-your-api-key-here" } } } } -
Restart Claude Desktop: Relaunch the application to load the new server.
Usage Examples
Here are common workflows you can automate:
Create Video with AI Captions
Upload a raw video and apply professional styling with captions.
submagic_create_project(
title="Product Demo Launch",
language="en",
video_url="https://example.com/raw-video.mp4",
template_name="Hormozi 2",
remove_silence_pace="fast",
magic_zooms=True
)
Generate TikTok Clips from YouTube
Turn a long-form YouTube video into multiple engaging shorts.
submagic_create_magic_clips(
title="Podcast Highlights",
youtube_url="https://youtube.com/watch?v=your-video-id",
language="en",
min_clip_length=30,
max_clip_length=60
)
Export for Social Media
Finalize and export your project in the perfect format for Instagram Reels.
submagic_export_project(
project_id="your-project-uuid",
width=1080,
height=1920,
fps=30
)
Available Tools
| Tool | Description | Rate Limit |
|---|---|---|
submagic_list_languages |
Get list of supported languages (107+) | 1000/hr |
submagic_list_templates |
Get available video styling templates | 1000/hr |
submagic_create_project |
Create a new video project with AI features | 500/hr |
submagic_get_project |
Get project details, status, and download URL | 500/hr |
submagic_update_project |
Update settings (silence, b-rolls) after creation | 100/hr |
submagic_export_project |
Render and export the final video | 500/hr |
submagic_create_magic_clips |
Generate shorts from YouTube videos | 500/hr |
Limitations
- Input: Videos must be publicly accessible URLs.
- Size: Maximum file size is 2GB.
- Duration: Maximum video duration is 2 hours.
- Formats: Supports MP4 and MOV.
- Performance:
remove_bad_takesadds 1-2 minutes to processing time. - API Coverage: Some dashboard features are not yet available via API. See
docs/API_LIMITATIONS_DISCOVERED.mdfor details.
Contributing
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/new-tool. - Install development dependencies:
pip install -r requirements.txt. - Run tests to ensure everything works:
python -m pytest tests/. - Submit a Pull Request describing your changes.
See docs/development-guide.md for more detailed instructions.
License
MIT License. See LICENSE for details.
Resources
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。