longtake-mcp
Allows shooting AI video takes using Google's Veo 3.1 and Gemini Omni models, billed directly to the user's own Google API key.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@longtake-mcpCreate a project, cast a character, and generate a draft video using Seedance."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
longtake-mcp
MCP server for Longtake Studio — an AI video studio that runs on your own API key. With this server an AI agent (Claude Code, Codex, Cursor, any MCP client) can set up a production, cast characters with a locked voice, shoot takes on Seedance 2.0 / 2.5, Veo 3.1, Gemini Omni or Kling 3.0, draft cheaply and finish in 1080p, and read back the cost of every render.
Renders launched by an agent are billed exactly like clicks in the studio: the model provider (BytePlus, Google, Kling, fal.ai) charges your own key at its list price. Agent access itself is neither metered nor marked up.
Longtake is the name of the software. It is not the cinematography term "long take" — though that is where the name comes from: one take of one scene is the unit of work.
What the agent gets — 13 tools
Tool | What it does |
| Projects, episodes, scenes, characters and assets — the whole studio at a glance |
| The production structure: project → episode → scene |
| Cast a character with a portrait and a locked voice sample; the studio screen-tests the portrait against moderation |
| A four-view character sheet (Seedream / Nano Banana Pro) |
| Reference images, audio and video clips for the project library |
| The price of a take before it is shot — model, resolution, length, reference clips |
| Shoot a take; |
| Finish a Seedance 2.5 draft in 1080p — the same take, rendered sharper |
| Status, file, token spend and what a take was shot as |
| Delete a take (a queued BytePlus render is cancelled at the provider) |
Related MCP server: atsurae
Setup
Issue a token. In the studio: account menu → API keys → Agent access — MCP → create. It is shown once and can be revoked alone.
Register it with your agent. The package is on npm as
longtake-mcp, sonpxfetches it — nothing to clone. For Claude Code:claude mcp add longtake \ -e STUDIO_URL=https://longtake.studio \ -e STUDIO_TOKEN=cf_your_token \ -- npx -y longtake-mcpAny other MCP client takes the same command and the same two environment variables. As JSON (Cursor, Codex, Claude Desktop):
{ "mcpServers": { "longtake": { "command": "npx", "args": ["-y", "longtake-mcp"], "env": { "STUDIO_URL": "https://longtake.studio", "STUDIO_TOKEN": "cf_your_token" } } } }Prefer a checkout?
git clone https://github.com/svatrous/longtake-mcp.git && cd longtake-mcp && npm install, then point the command atnode mcp-server.js.
The full guide, with what the token can and cannot do, is at longtake.studio/mcp. Prompt-writing skills for the same agent (Seedance 2.0, Seedance 2.5, Gemini Omni, character sheets) are at longtake.studio/skills.
Safety
The token acts as your account for the work: it shoots takes on your provider keys, inside your rate limits. It cannot read or change those keys, issue or revoke tokens, or touch billing — those routes turn an agent token away. Everything else you can do it can do too, including deleting a project, so keep it out of shared configs and revoke it in the same dialog if it leaks.
License
MIT. This file is a copy of the studio's own mcp-server.js; the studio also serves it as longtake.studio/mcp-server.cjs.
Related MCP Connectors
Create and manage cinematic AI video renders through the Future Video Studio Agent API.
Generate and edit images, video, voice, lip-sync and 3D models from your AI agent.
- tonpitOAuthcom.tonpit
Video production studio for AI agents: AI media, motion graphics as code, timeline and export.
1 Build and run visual creative-production workflows from your AI agent.
Related MCP Servers
AlicenseAqualityBmaintenanceEnables AI agents to generate, edit, and upscale videos and images using VicSee's API, with support for multiple models and asynchronous task polling.794 npmMIT- AlicenseNot gradedqualityDmaintenanceEnables AI agents to edit videos through natural language, providing tools for timeline editing, audio management, rendering, and more.2MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to produce professional promo videos by providing tools for capture, media search, scene writing, rendering, editing, and incremental revision.15 npm15MIT
- AlicenseNot gradedqualityCmaintenanceEnables agents to create, monitor, cancel, and download cinematic AI video renders through the Future Video Studio Agent API.MIT