mcp.film

mcp.film / Review & Distribution / Frame.io MCP (community)

Frame.io MCP (community)

Communityby Community (bowlofarugula)freemiumverified Aug 22, 2026

74 tools over the Frame.io V4 API — comments, shares, version stacks, uploads.

What it does

A local stdio MCP server for the Frame.io v4 API, built on FastMCP over Adobe's official Python SDK: browse workspaces and projects, upload and download footage, leave timecode-accurate review comments, create client share links, manage version stacks, apply custom metadata in bulk, and manage webhooks. Review-and-approval is the connective tissue of film delivery, and until Adobe opens its own server this is the most complete MCP for it.

Connect

Connection is set up through the vendor's flow — follow the official connect instructions.

Local install: uvx frameio-mcp serve (after a one-time uvx frameio-mcp login --client-id YOUR_ADOBE_SPA_CLIENT_ID)

Auth: oauth · env FRAMEIO_CLIENT_IDhttps://developer.adobe.com/console — add the Frame.io API and an OAuth Single Page App credential with redirect URI https://localhost:8723/callback; tokens land in ~/.frameio-mcp/tokens.json

Tools you'll see

list_projectslist_project_contentsupload_filecreate_commentcreate_sharecreate_version_stackset_file_metadatasearch

Field notes

The Claude Code plugin route is dead: github.com/bowlofarugula/frameio-plugins still 404s, so the old '/plugin marketplace add' command cannot work and claude_code is null. PyPI frameio-mcp 0.1.0 (uploaded 2026-06-04, not yanked) remains the only release and still installs clean — a uvx frameio-mcp --help and status run on 2026-08-11 confirmed it — but it needs Python 3.13+ and you must register your own Adobe OAuth SPA credential before it does anything. Its stated source repo has since been rewritten into a remote Cloudflare Workers server (still 0 stars, still last pushed 2026-06-13) that you would have to deploy yourself, and whose /authorize fails closed behind a redirect-URI allowlist, so there is no public endpoint. Adobe announced an official Frame.io MCP server on 2026-07-29 and it has not opened up: as of 2026-08-22 the forum thread is still taking access requests (latest 2026-08-21) that Adobe grants privately by DM, and while beta testers report clean installs there is no published endpoint, package, or docs, so it stays unlisted here until there is something a reader can actually install: https://forum.frame.io/t/introducing-the-frame-io-mcp-server/3466

Pairs well with