← cursorforvideoediting.com

INDIVIDUAL MCP TOOL

export_status

Check a queued render and get the download URL when finished.

cursorforvideoediting.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

cursorforvideoediting.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.cursorforvideoediting-com]
url = "https://cursorforvideoediting.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cursorforvideoediting-com": {
      "type": "http",
      "url": "https://cursorforvideoediting.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cursorforvideoediting-com
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": {
    "cursorforvideoediting-com": {
      "url": "https://cursorforvideoediting.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cursorforvideoediting-com": {
      "type": "http",
      "url": "https://cursorforvideoediting.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cursorforvideoediting-com",
  "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.