← neonvideo.ai

INDIVIDUAL MCP TOOL

remove_video_background

Queue a NeonVideo job that removes the background from a video URL.

neonvideo.ainone 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

neonvideo.ai

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: neonvideo-ai
Remote MCP URL: https://neonvideo.ai/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": {
    "neonvideo-ai": {
      "url": "https://neonvideo.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "neonvideo-ai",
  "transport": "streamable-http",
  "url": "https://neonvideo.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • create_video — Start a NeonVideo video generation from a prompt, optional image or audio URL, aspect ratio, duration, and captions setting.
  • get_video_status — Get the generation status and final URL for a NeonVideo video owned by the connected user.
  • add_captions — Queue a NeonVideo job that adds styled captions to a video URL.
  • upscale_video — Queue a NeonVideo job that upscales a video URL to 1080p, 2K, or 4K.
  • edit_video_with_ai — Queue a NeonVideo job that edits a video URL using an AI text prompt.
  • get_tool_job_status — Poll the status and final output for an MCP-only NeonVideo tool job.