Server data from the Official MCP Registry
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Remote endpoints: streamable-http: https://mcp.future.video/mcp
Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
7 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Future Video Studio MCP lets agents create, monitor, cancel, and download cinematic AI video renders through the Future Video Studio Agent API.
The hosted MCP server is available at:
https://mcp.future.video/mcp
The same server can also run locally over stdio from this Python package.
X-FVS-Agent-Key or FVS_AGENT_API_KEY. Renders charge
the owning Future Video Studio account wallet under the same credit model and
saved pipeline defaults as the web app.Agents should get explicit user approval before submitting wallet-backed account renders.
fvs_submit_render: submit a render request, optionally with uploaded filesfvs_create_paid_render_quote: create a no-account Link payment quotefvs_get_render_status: check a render by project_id or status_urlfvs_get_paid_render_status: check a paid render by status_url or quote_id plus claim_tokenfvs_cancel_render: cancel a render by project_id or cancel_urlfvs_download_final_video: save a completed render from its signed URLfvs_example_render_request: return an example scene render payloadAccount mode:
{
"mcpServers": {
"future-video-studio": {
"url": "https://mcp.future.video/mcp",
"headers": {
"X-FVS-Agent-Key": "fvs_live_replace_me"
}
}
}
}
Pay-per-render mode:
{
"mcpServers": {
"future-video-studio": {
"url": "https://mcp.future.video/mcp"
}
}
}
python -m pip install future-video-studio-mcp
python -m fvs_mcp_server
Example local stdio MCP config:
{
"mcpServers": {
"future-video-studio": {
"command": "python",
"args": ["-m", "fvs_mcp_server"],
"env": {
"FVS_AGENT_API_KEY": "fvs_live_replace_me",
"FVS_AGENT_BASE_URL": "https://app.future.video"
}
}
}
}
FVS_AGENT_API_KEY is optional. Leave it unset to use paid quote mode.
FVS_AGENT_BASE_URL defaults to https://app.future.video.
python -m pip install -e ".[dev]"
python -m pytest
python -m fvs_mcp_server
Run the HTTP transport locally:
$env:FVS_MCP_TRANSPORT = "streamable-http"
python -m fvs_mcp_server
Build and check the package:
python -m build
python -m twine check dist/*
This package is intended to publish to PyPI as:
future-video-studio-mcp
The MCP Registry package verification marker is the hidden comment near the top of this README:
video.future/future-video-studioBe the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.