Create AI music videos and audio-reactive visuals from songs through MCP.
Overview
Compeller MCP Server
Compeller lets agents create and track AI-generated music videos and audio-reactive visuals from songs.
Use it to:
- Search for preview tracks by song or artist
- Create a Compel from music
- Upload media for authenticated generation workflows
- Check generation status
- Start rendering when a Compel is ready
- Retrieve finished video renderings
- Register webhooks for completed/failed events
Remote MCP Endpoint
{
"mcpServers": {
"compeller": {
"url": "https://compeller.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_COMPELLER_API_TOKEN"
}
}
}
}
Discovery tools work without authentication. Generation, account, media, rendering, and webhook tools require a Compeller API token.
Public Docs
- MCP docs: https://compeller.ai/api/mcp/docs.md
- Agent manifest: https://compeller.ai/agents.json
- LLM guide: https://compeller.ai/llms.txt
- OpenAPI: https://compeller.ai/api/v1/openapi.yaml
- Health: https://compeller.ai/api/v1/health
Tool Surface
Compeller exposes 20 MCP tools, including capabilities, pricing, visual styles, music search, Compel creation, status checks, rendering lookup, media search, and webhook management.
Official namespace: ai.compeller/compel
Server Config
{
"mcpServers": {
"compeller": {
"url": "https://compeller.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_COMPELLER_API_TOKEN"
}
}
}
}