pypi mcp-maestrostreamable-httpMITupdated 15d ago
Produce complete videos from a natural-language brief with Maestro through the Ace Data Cloud API. Maestro plans the script, creates or sources media, generates voiceover and music, edits, captions, renders, and returns finished video variants.
Was kannst du mit mcp maestro machen?
Maestro MCP Server
Produce complete videos from a natural-language brief with Maestro through the Ace Data Cloud API. Maestro plans the script, creates or sources media, generates voiceover and music, edits, captions, renders, and returns finished video variants.
Install
pip install mcp-maestro
export ACEDATACLOUD_API_TOKEN="your-token"
mcp-maestro
Get an API token from platform.acedata.cloud.
For a hosted connection, use https://maestro.mcp.acedata.cloud/mcp. It accepts a direct Ace Data Cloud Bearer token and supports OAuth sign-in.
Tools
| Tool | Purpose |
|---|---|
maestro_create_video |
Create a video or run remix, edit, or extend on an earlier task |
maestro_get_task |
Read progress, status, and final language variants for one task |
Example
Ask an MCP client:
Create a 45-second 16:9 English product launch video from this product photo. Use a pro editorial style and a documentary voice.
The tool returns a task_id immediately. Query that ID until status is succeeded or failed. Successful tasks expose videos in response.data.variants.
Production SKUs
| SKU | Price | Duration | Output | Languages | Capabilities |
|---|---|---|---|---|---|
lite |
0.20 Credits/second | 5–30s | 720p/24fps | 1 | auto/narrated/captions; generate/edit |
standard |
0.60 Credits/second | 5–120s | 1080p/30fps | 2 | adds avatar and remix |
pro |
1.20 Credits/second | 5–300s | 1080p/30fps | 4 | adds drama and extend |
Successful tasks are billed from the delivered integer-second duration; there is no 30-second minimum. Avatar uses a 1.15× scenario multiplier, drama uses 1.35×, and each additional delivered language adds 6 Credits. Failed tasks and task polling are free.
To revise an existing result, call maestro_create_video with an iteration action and the prior task ID:
{
"prompt": "Keep the visuals but tighten the first 10 seconds and use a warmer voice.",
"action": "edit",
"ref_task_id": "previous-task-id"
}
MCP Client Configuration
{
"mcpServers": {
"maestro": {
"command": "uvx",
"args": ["mcp-maestro"],
"env": {
"ACEDATACLOUD_API_TOKEN": "your-token"
}
}
}
}
Development
pip install -e ".[dev,test,release]"
pytest --cov=core --cov=tools
ruff check .
ruff format --check .
mypy core tools main.py
python -m build
See the Maestro API documentation for billing and response details.
Documentation
Installation
mcp maestro zu deinem Client hinzufügen. Wähl den, den du nutzt.
{
"servers": {
"mcp-maestro": {
"type": "http",
"url": "https://maestro.mcp.acedata.cloud/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-maestro -- uvx mcp-maestrocodex mcp add mcp-maestro -- uvx mcp-maestroamp mcp add mcp-maestro -- uvx mcp-maestro{
"mcpServers": {
"mcp-maestro": {
"command": "uvx",
"args": [
"mcp-maestro"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-maestro": {
"command": "uvx",
"args": [
"mcp-maestro"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-maestro": {
"command": "uvx",
"args": [
"mcp-maestro"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-maestro": {
"command": "uvx",
"args": [
"mcp-maestro"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-maestro": {
"command": "uvx",
"args": [
"mcp-maestro"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-maestro": {
"type": "local",
"command": "uvx",
"args": [
"mcp-maestro"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-maestro": {
"command": {
"path": "uvx",
"args": [
"mcp-maestro"
]
}
}
}
}Add to your Zed `settings.json`.
uvx mcp-maestroRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
2 Tools
mcp maestro stellt einem verbundenen Agent 2 Tools bereit.
- maestro_create_video
- Create a video or run `remix`, `edit`, or `extend` on an earlier task
- maestro_get_task
- Read progress, status, and final language variants for one task
Score
82 / 100
Ausgezeichnet
- Dokumentation22/25
- Pflege25/25
- Vertrauen16/20
- Funktionsumfang4/15
- Installation15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 8 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 2 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 2026.8.24.0Aktuell | 24. Aug. 2026 |
| 2026.8.23.0 | 23. Aug. 2026 |
| 2026.8.18.0 | 18. Aug. 2026 |
| 2026.8.17.0 | 17. Aug. 2026 |
| 2026.8.11.1 | 11. Aug. 2026 |
| 2026.8.11.0 | 11. Aug. 2026 |
| 2026.8.10.3 | 10. Aug. 2026 |
| 2026.8.10.2 | 10. Aug. 2026 |
| 2026.8.10.1 | 10. Aug. 2026 |
| 2026.8.10.0 | 10. Aug. 2026 |
| 2026.8.9.0 | 9. Aug. 2026 |
| 2026.7.31.0 | 31. Juli 2026 |
| 2026.7.30.0 | 30. Juli 2026 |
| 2026.7.27.1 | 27. Juli 2026 |
| 2026.7.27.0 | 27. Juli 2026 |
| 2026.7.26.0 | 26. Juli 2026 |
| 2026.7.13.1 | 13. Juli 2026 |