Content Tools
future.video
Manages video render jobs for Future Video Studio, including creating, submitting, and checking render status.
ENDPOINT 1
https://mcp.future.video/mcp
MCP server metadata
- Name
- future-video-studio
- Version
- 0.1.8
Create videos through the Future Video Studio Agent API. In ChatGPT, this MCP server also exposes a Future Video Studio app widget for submitting, paying for, polling, and opening renders directly inside the conversation. Use fvs_submit_render for account API-key projects, fvs_create_paid_render_quote for no-account Link payment quotes, fvs_get_render_status or fvs_get_paid_render_status to poll, fvs_cancel_render to stop account-owned runs, and fvs_download_final_video to save a finished signed final_video_url. Prefer FVS_AGENT_API_KEY and FVS_AGENT_BASE_URL from the MCP server environment when the user has an FVS account. Agent API keys are owned by normal FVS user accounts and use the same pricing, wallet, and saved pipeline defaults as the web app. Marketplace-linked calls map a signed marketplace account to an FVS Agent API key. Paid quotes use the same credit estimate and return a claim token so the result can be retrieved without an FVS account.
Known tools 8
fvs_open_chatgpt_appOpen the Future Video Studio ChatGPT app widget without creating a render.
Inferred read-onlyfvs_submit_renderSubmit a Future Video Studio render job through the FVS Agent API.
Inferred read-onlyfvs_create_paid_render_quoteCreate a no-account Link payment quote for an FVS render.
Potential side effectsfvs_get_paid_render_statusCheck a no-account paid render created with fvs_create_paid_render_quote.
Inferred read-onlyfvs_download_final_videoDownload a completed Future Video Studio final render URL to a local file.
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.future-video-studio]
url = "https://mcp.future.video/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"future-video-studio": {
"type": "http",
"url": "https://mcp.future.video/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: future-video-studio
Remote MCP URL: https://mcp.future.video/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": {
"future-video-studio": {
"url": "https://mcp.future.video/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"future-video-studio": {
"type": "http",
"url": "https://mcp.future.video/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "future-video-studio",
"transport": "streamable-http",
"url": "https://mcp.future.video/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 future.video was fetched 2026-07-26T07:41:22.956Z and is being refreshed.
future.video is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.