← cursorforvideoediting.com
INDIVIDUAL MCP TOOL
export_status
Check a queued render and get the download URL when finished.
LIVE ENDPOINT
https://cursorforvideoediting.com/mcp
Connect to this endpoint to inspect the live schema for export_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.vibechopper]
url = "https://cursorforvideoediting.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vibechopper": {
"type": "http",
"url": "https://cursorforvideoediting.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vibechopper
Remote MCP URL: https://cursorforvideoediting.com/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": {
"vibechopper": {
"url": "https://cursorforvideoediting.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vibechopper": {
"type": "http",
"url": "https://cursorforvideoediting.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vibechopper",
"transport": "streamable-http",
"url": "https://cursorforvideoediting.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_project— Create a new video editing project.add_video— Ingest a video into a project and start AI processing (frame analysis + transcription).video_status— Check processing status and AI analysis of a video you added.edit_project— Apply a natural-language editing instruction to a project's timeline.render_project— Queue a render/export of the project's timeline.