← vibechopper.com
INDIVIDUAL MCP TOOL
edit_project
Apply a natural-language editing instruction to a project's timeline.
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.vibechopper-com]
url = "https://vibechopper.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vibechopper-com": {
"type": "http",
"url": "https://vibechopper.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vibechopper-com
Remote MCP URL: https://vibechopper.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-com": {
"url": "https://vibechopper.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vibechopper-com": {
"type": "http",
"url": "https://vibechopper.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vibechopper-com",
"transport": "streamable-http",
"url": "https://vibechopper.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.render_project— Queue a render/export of the project's timeline.export_status— Check a queued render and get the download URL when finished.