New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

longtake-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

longtake-mcp

MCP server for Longtake Studio: lets an AI agent shoot AI video (Seedance, Veo, Gemini Omni, Kling) in a studio that runs on your own API key

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

ToolWhat it does
studio_overviewProjects, episodes, scenes, characters and assets — the whole studio at a glance
create_project · create_folder · create_sceneThe production structure: project → episode → scene
create_characterCast a character with a portrait and a locked voice sample; the studio screen-tests the portrait against moderation
generate_mocapA four-view character sheet (Seedream / Nano Banana Pro)
upload_assetReference images, audio and video clips for the project library
estimate_costThe price of a take before it is shot — model, resolution, length, reference clips
generate_videoShoot a take; @names in the prompt resolve to characters and assets; draft: true shoots a Seedance 2.5 draft
finish_draftFinish a Seedance 2.5 draft in 1080p — the same take, rendered sharper
take_status · scene_takesStatus, file, token spend and what a take was shot as
cancel_takeDelete a take (a queued BytePlus render is cancelled at the provider)

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, so npx fetches 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-mcp
    

    Any 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 at node 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.

Keywords

mcp

FAQs

Package last updated on 25 Sep 2026

Related posts