@elevideo/mcp-server
v0.1.1
Published
elevideo MCP server — AI video editing for agents
Readme
elevideo MCP Server
AI video editing for agents. Render videos with captions and templates directly from Claude, Cursor, or any MCP-compatible AI tool.
Setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"elevideo": {
"command": "npx",
"args": ["@elevideo/mcp-server"],
"env": { "CLIPCODE_API_KEY": "ck_your_key_here" }
}
}
}Claude Code
Add to .claude/settings.json:
{
"mcpServers": {
"elevideo": {
"command": "npx",
"args": ["@elevideo/mcp-server"],
"env": { "CLIPCODE_API_KEY": "ck_your_key_here" }
}
}
}Cursor
Add to MCP settings with the same command and env.
Config file (alternative)
Instead of environment variables, create ~/.elevideo/config.json:
{
"apiKey": "ck_your_key_here",
"baseUrl": "https://custom-api-url.example.com"
}Tools
Rendering
render_video— Start a render with a video URL and templatestart_caption— Add AI captions to a video with a specific stylestart_ai_edit— Apply an AI edit template to a videocheck_render_status— Poll render progress, get download URL when completeexport_render— Trigger MP4 export for a completed render
Discovery
list_templates— Browse available templateslist_caption_styles— Browse caption styleslist_ai_edit_styles— Browse AI edit stylesget_style_info— Get details about a specific caption or AI edit style
Account & Upload
get_account— Check credit balancelist_api_keys— List API keys on the accountget_upload_url— Get a presigned URL to upload a video file
Resources
clipcode://templates— JSON list of all available templates
