ENDPOINT 1
https://neonvideo.ai/mcp
MCP server metadata
- Name
- neonvideo
- Version
- 1.0.0
Use NeonVideo tools to create and edit videos for the connected NeonVideo user. All tools require OAuth account linking and a paid NeonVideo plan. For long-running editing tools, call the tool once to get a job_id, then poll get_tool_job_status.
Known tools 7
create_videoStart a NeonVideo video generation from a prompt, optional image or audio URL, aspect ratio, duration, and captions setting.
Inferred read-onlyget_video_statusGet the generation status and final URL for a NeonVideo video owned by the connected user.
Inferred read-onlyedit_video_with_aiQueue a NeonVideo job that edits a video URL using an AI text prompt.
Inferred read-onlyremove_video_backgroundQueue a NeonVideo job that removes the background from a video URL.
Inferred read-onlyget_tool_job_statusPoll the status and final output for an MCP-only NeonVideo tool job.
Inferred read-onlyCONNECT 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]
url = "https://neonvideo.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"neonvideo": {
"type": "http",
"url": "https://neonvideo.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: neonvideo
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": {
"url": "https://neonvideo.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"neonvideo": {
"type": "http",
"url": "https://neonvideo.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "neonvideo",
"transport": "streamable-http",
"url": "https://neonvideo.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.neonvideo.ai/mcp
MCP server metadata
- Name
- neonvideo
- Version
- 1.0.0
Use NeonVideo tools to create and edit videos for the connected NeonVideo user. All tools require OAuth account linking and a paid NeonVideo plan. For long-running editing tools, call the tool once to get a job_id, then poll get_tool_job_status.
Known tools 7
create_videoStart a NeonVideo video generation from a prompt, optional image or audio URL, aspect ratio, duration, and captions setting.
Inferred read-onlyget_video_statusGet the generation status and final URL for a NeonVideo video owned by the connected user.
Inferred read-onlyedit_video_with_aiQueue a NeonVideo job that edits a video URL using an AI text prompt.
Inferred read-onlyremove_video_backgroundQueue a NeonVideo job that removes the background from a video URL.
Inferred read-onlyget_tool_job_statusPoll the status and final output for an MCP-only NeonVideo tool job.
Inferred read-onlyCONNECT 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]
url = "https://www.neonvideo.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"neonvideo": {
"type": "http",
"url": "https://www.neonvideo.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: neonvideo
Remote MCP URL: https://www.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": {
"url": "https://www.neonvideo.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"neonvideo": {
"type": "http",
"url": "https://www.neonvideo.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "neonvideo",
"transport": "streamable-http",
"url": "https://www.neonvideo.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for neonvideo.ai was fetched 2026-08-03T23:52:58.672Z and is being refreshed.
neonvideo.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.