PluginBench
MCP Server
Active
MIT

Future Video Studio MCP Server

video.future/future-video-studio

What is the Future Video Studio MCP server?

Create and manage cinematic AI video renders through the Future Video Studio Agent API.

How to install Future Video Studio

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • X-FVS-Agent-Key
    secret

    Optional Future Video Studio Agent API key from Settings > Agent API Access. Omit for Link paid quote mode.

  • X-FVS-Billing-Mode

    Optional billing mode: account-wallet, marketplace-linked-account, or pay-per-render.

  • X-FVS-Marketplace-Account

    Optional linked marketplace account identifier for enterprise procurement flows.

  • X-FVS-Marketplace-Entitlement

    Optional marketplace entitlement identifier paired with X-FVS-Marketplace-Account.

  • X-FVS-Marketplace-Timestamp

    Optional Unix timestamp used in marketplace signature verification.

  • X-FVS-Marketplace-Signature
    secret

    Optional HMAC-SHA256 signature from the marketplace account-linking gateway.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "future-video-studio": {
      "command": "uvx",
      "args": [
        "future-video-studio-mcp"
      ],
      "env": {
        "X-FVS-Agent-Key": "<YOUR_X_FVS_AGENT_KEY>",
        "X-FVS-Billing-Mode": "<YOUR_X_FVS_BILLING_MODE>",
        "X-FVS-Marketplace-Account": "<YOUR_X_FVS_MARKETPLACE_ACCOUNT>",
        "X-FVS-Marketplace-Entitlement": "<YOUR_X_FVS_MARKETPLACE_ENTITLEMENT>",
        "X-FVS-Marketplace-Timestamp": "<YOUR_X_FVS_MARKETPLACE_TIMESTAMP>",
        "X-FVS-Marketplace-Signature": "<YOUR_X_FVS_MARKETPLACE_SIGNATURE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "future-video-studio": {
      "command": "uvx",
      "args": [
        "future-video-studio-mcp"
      ],
      "env": {
        "X-FVS-Agent-Key": "<YOUR_X_FVS_AGENT_KEY>",
        "X-FVS-Billing-Mode": "<YOUR_X_FVS_BILLING_MODE>",
        "X-FVS-Marketplace-Account": "<YOUR_X_FVS_MARKETPLACE_ACCOUNT>",
        "X-FVS-Marketplace-Entitlement": "<YOUR_X_FVS_MARKETPLACE_ENTITLEMENT>",
        "X-FVS-Marketplace-Timestamp": "<YOUR_X_FVS_MARKETPLACE_TIMESTAMP>",
        "X-FVS-Marketplace-Signature": "<YOUR_X_FVS_MARKETPLACE_SIGNATURE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "future-video-studio": {
      "command": "uvx",
      "args": [
        "future-video-studio-mcp"
      ],
      "env": {
        "X-FVS-Agent-Key": "<YOUR_X_FVS_AGENT_KEY>",
        "X-FVS-Billing-Mode": "<YOUR_X_FVS_BILLING_MODE>",
        "X-FVS-Marketplace-Account": "<YOUR_X_FVS_MARKETPLACE_ACCOUNT>",
        "X-FVS-Marketplace-Entitlement": "<YOUR_X_FVS_MARKETPLACE_ENTITLEMENT>",
        "X-FVS-Marketplace-Timestamp": "<YOUR_X_FVS_MARKETPLACE_TIMESTAMP>",
        "X-FVS-Marketplace-Signature": "<YOUR_X_FVS_MARKETPLACE_SIGNATURE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "future-video-studio": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "future-video-studio-mcp"
      ],
      "env": {
        "X-FVS-Agent-Key": "<YOUR_X_FVS_AGENT_KEY>",
        "X-FVS-Billing-Mode": "<YOUR_X_FVS_BILLING_MODE>",
        "X-FVS-Marketplace-Account": "<YOUR_X_FVS_MARKETPLACE_ACCOUNT>",
        "X-FVS-Marketplace-Entitlement": "<YOUR_X_FVS_MARKETPLACE_ENTITLEMENT>",
        "X-FVS-Marketplace-Timestamp": "<YOUR_X_FVS_MARKETPLACE_TIMESTAMP>",
        "X-FVS-Marketplace-Signature": "<YOUR_X_FVS_MARKETPLACE_SIGNATURE>"
      }
    }
  }
}
Claude Code
claude mcp add future-video-studio --env X-FVS-Agent-Key=<YOUR_X_FVS_AGENT_KEY> --env X-FVS-Billing-Mode=<YOUR_X_FVS_BILLING_MODE> --env X-FVS-Marketplace-Account=<YOUR_X_FVS_MARKETPLACE_ACCOUNT> --env X-FVS-Marketplace-Entitlement=<YOUR_X_FVS_MARKETPLACE_ENTITLEMENT> --env X-FVS-Marketplace-Timestamp=<YOUR_X_FVS_MARKETPLACE_TIMESTAMP> --env X-FVS-Marketplace-Signature=<YOUR_X_FVS_MARKETPLACE_SIGNATURE> -- uvx future-video-studio-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →