← vibechopper.com

INDIVIDUAL MCP TOOL

create_project

Create a new video editing project.

vibechopper.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

vibechopper.com

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

  • 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.
  • export_status — Check a queued render and get the download URL when finished.