Maestro MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Maestro MCP ServerCreate a 30-second product demo video with upbeat music and professional voiceover."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-maestroGet 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.
Related MCP server: WanMCP
Tools
Tool | Purpose |
| Create a video or run |
| Read progress, status, and final language variants for one task |
| List recent tasks for the authenticated account |
Example
Ask an MCP client:
Create a 45-second 16:9 English product launch video from this product photo. Use a premium 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.
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 buildSee the Maestro API documentation for billing and response details.
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/MaestroMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server