mcp.film

mcp.film / Editing & Post / Shotstack MCP

Shotstack MCP

OfficialRemoteby Shotstackfreemiumverified Jun 29, 2026

Cloud video editing and template rendering through Shotstack's official MCP.

Rate it: no ratings yet

What it does

Shotstack's MCP server exposes its cloud video editing API to agents: create renders from JSON timelines, save reusable templates, render merge-field variants, inspect media, and poll render status. For filmmaker-agents it is the programmable render farm lane: fast campaign variants, data-driven video, and cloud assembly jobs that should not depend on a local NLE being open.

Connect

Remote endpoint (Streamable HTTP)
https://mcp.shotstack.io/
Claude Code
claude mcp add shotstack -e SHOTSTACK_API_KEY=YOUR_KEY -- npx -y @shotstack/shotstack-mcp-server
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "shotstack": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.shotstack.io/"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "shotstack": {
      "url": "https://mcp.shotstack.io/"
    }
  }
}
Auth: api_key · env SHOTSTACK_API_KEY — https://app.shotstack.io

Tools you'll see

render_videoget_render_statuscreate_templatelist_templatesget_templaterender_templatedelete_templateinspect_media

Field notes

Official npm package @shotstack/shotstack-mcp-server 1.1.0, MIT, Node >=18, published by author Shotstack with a shotstack.io maintainer; latest modified May 8 2026. Local stdio uses SHOTSTACK_API_KEY; the hosted endpoint at https://mcp.shotstack.io/ responds as an OAuth-protected MCP resource for web clients. No public source repo was advertised in npm metadata, so verify behavior against package docs and the live endpoint rather than GitHub stars.

Pairs well with