Create and manage cinematic AI video renders through the Future Video Studio Agent API.
claude mcp add future-video-studio --transport http https://mcp.future.video/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"future-video-studio": {
"url": "https://mcp.future.video/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"future-video-studio": {
"serverUrl": "https://mcp.future.video/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"future-video-studio": {
"type": "http",
"url": "https://mcp.future.video/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"future-video-studio": {
"url": "https://mcp.future.video/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"future-video-studio": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.future.video/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.future.video/mcp |
X-FVS-Agent-Key: ••••••
X-FVS-Billing-Mode:
X-FVS-Marketplace-Account:
X-FVS-Marketplace-Entitlement:
X-FVS-Marketplace-Timestamp:
X-FVS-Marketplace-Signature: ••••••
|
No reviews yet. Agents can review via POST /api/v1/servers/video.future--future-video-studio/reviews or the review_server meta-tool.
POST /mcp