Compeller
Create AI music videos and audio-reactive visuals from songs through MCP.
Ads
Overview
The Compeller MCP endpoint implements the Model Context Protocol as a thin JSON-RPC 2.0 wrapper over the existing v1 REST API. It is intended for agent integrators (Claude Desktop, Cursor, custom MCP clients, DigiRAMP) that speak MCP natively rather than raw HTTP. - Transport: Streamable HTTP (single JSON-RPC message per HTTP POST). - URL: POST https://compeller.ai/api/mcp - Protocol version: 2024-11-05 - Server name / version: compeller-mcp / see initialize result. - Tool contract: The tool list below is the public integration contract. Use tools/list for the runtime-advertised set on the deployed server. - Directory listings: Official MCP Registry · Smithery · Glama
Installation
Installation instructions are not available yet.
Configuration
Configuration example is not available yet.
Capabilities
- Discover available styles and capabilities
call `list_styles` and `get_capabilities` to see supported styles, platforms, and aspect ratios before creating a compel.
- Find a track for a music-driven compel
use `search_music` to locate a track by song or artist name, then pass its ID to `create_compel_from_music`.
- Create a compel from uploaded media
use `upload_media` to get upload instructions, then call `create_compel` with the resulting `primary_media_id`.
- Check account credits before rendering
call `get_account_credits` to see remaining minutes and quota status so you can avoid starting a render that would fail.
- Monitor a compel and trigger final render
poll `get_compel` for progress, then call `start_render` once the compel is ready.
- Set up push notifications for compel events
use `register_webhook` to receive signed `compel.ready` and `compel.completed` events instead of polling.
Tags
- video
- audio
- content-creation
- media
Related MCP servers
SVGator MCP
OfficialCreate, edit, and export SVGator animations (SVG, Lottie, GIF, video) from your AI assistant, and keep an editable project you can open in the editor anytime.
Eagle MCP
OfficialEagle MCP Server is a local Model Context Protocol bridge that lets AI assistants (e.g. Cursor, Claude) access your Eagle media library so you can tag, categorize, search, and batch-organize assets with natural language.
Inkrun MCP
OfficialInkrun's remote MCP server lets AI agents like Claude turn Markdown into themed, consistent and reproducible on-brand PDFs with a single tool call
Blender MCP
OfficialA lightweight MCP (Model Context Protocol) server for Blender. It offers a natural language interface with Blender’s Python API, improving access to documentation, and allowing users to explore and understand complex setups.