Compeller
UnexploredCreate and track AI music videos and audio-reactive visuals from songs.
Install
mcp_config.json
{
"mcpServers": {
"ai-compeller-compel": {
"url": "https://compeller.ai/api/mcp",
"type": "streamable-http"
}
}
}Documentation
Compeller MCP
Public documentation and metadata for the hosted Compeller MCP server.
Compeller turns music into performance-ready visuals. Agents can discover styles and pricing, search for music, create and track Compels, start renders, retrieve finished videos, and register signed webhooks for completion events.
This repository contains public connector documentation and metadata only. The production Compeller application source code is not published here.
Remote MCP endpoint
https://compeller.ai/api/mcp
- Namespace:
ai.compeller/compel - Server:
compeller-mcp - Version:
0.5.0 - Transport: Streamable HTTP JSON-RPC over HTTPS
- Official MCP Registry: https://registry.modelcontextprotocol.io/v0.1/servers?search=ai.compeller%2Fcompel
- Smithery: https://smithery.ai/servers/info-nijd/compeller
Quick config
Most MCP clients that support remote Streamable HTTP servers can use:
{
"mcpServers": {
"compeller": {
"url": "https://compeller.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_COMPELLER_API_TOKEN"
}
}
}
}
If your MCP client stores raw token values without the Bearer prefix, use the alternate header:
{
"mcpServers": {
"compeller": {
"url": "https://compeller.ai/api/mcp",
"headers": {
"X-API-Token": "YOUR_COMPELLER_API_TOKEN"
}
}
}
}
Discovery works without authentication. Generation, account, media, rendering, and webhook tools require a Compeller API token.
Public docs and discovery
- 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 currently exposes 20 MCP tools:
Discovery
get_capabilitiesget_pricinglist_stylessearch_music
Media and generation
upload_mediasearch_mediacreate_compel_from_musiccreate_compelget_compelstart_renderlist_compelssearch_compelslist_renderingsget_rendering
Webhooks
register_webhooklist_webhooksupdate_webhookdelete_webhooktest_webhook_deliveryrotate_webhook_secret
Webhook deliveries are signed with X-Compeller-Signature: sha256=<hex> over the raw request body. Secrets are returned exactly once on registration or rotation.
Example prompts
- “Search for Midnight City by M83 and create a cinematic Compeller visual.”
- “Show me available Compeller visual styles.”
- “Check the status of Compel 12345.”
- “Start the render for this READY Compel.”
- “Register a webhook for completed/failed Compeller events.”
Directory listing copy
Short description:
Create AI music videos and audio-reactive visuals from songs through MCP.
Longer description:
Compeller is a creator media pipeline for music. The MCP server lets agents discover styles and pricing, search music, create and track Compels, upload media, start renders, retrieve renderings, and register signed webhooks for completion events. Completed renderings can also be loaded into REACT, Compeller's desktop app for live audio-reactive shows.
Suggested tags:
AI, Music, Video Generation, Audio Reactive, Creative Tools, MCP, Remote MCP, Generative Art, Creator Tools, Entertainment
License
The documentation and metadata in this repository are published under the MIT License.
Sourced from the repository README.
More in Developer Tools
- N8nFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.202,280
- Gemini CliAn open-source AI agent that brings the power of Gemini directly into your terminal.106,664
- World MonitorLive global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.84,026
- WorldmonitorReal-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface84,024
- Scrapling🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!76,275
- Ruflo🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated69,270