← compeller.ai
INDIVIDUAL MCP TOOL
list_styles
List available visual styles for Compeller video generation.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.compeller-ai]
url = "https://compeller.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"compeller-ai": {
"type": "http",
"url": "https://compeller.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: compeller-ai
Remote MCP URL: https://compeller.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"compeller-ai": {
"url": "https://compeller.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"compeller-ai": {
"type": "http",
"url": "https://compeller.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "compeller-ai",
"transport": "streamable-http",
"url": "https://compeller.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_capabilities— Get Compeller platform capabilities, supported features, and API version.get_pricing— Get current Compeller subscription plans and pricing.upload_media— Get upload instructions for media files (audio, images, video).search_music— Search Deezer preview tracks by song, artist, or album.create_compel_from_music— Create a compel from a selected Deezer preview track.create_compel— Create a Compeller generation job from primary audio media and optional reference media.get_compel— Get the current status, progress, and details of a Compeller generation job.start_render— Start rendering a READY compel with default configuration so an agent can continue to final MP4 without opening the browser UI.