mcp.film

mcp.film / Review & Distribution / Vimeo MCP Server

Vimeo MCP Server

OfficialRemoteby Vimeofreemiumverified Aug 22, 2026

Official Vimeo remote MCP: library search, analytics, retention, and metadata editing.

What it does

Vimeo's official remote MCP server, now in public beta, connects an agent to your Vimeo library over OAuth. It searches videos across accounts and teams, reads transcripts, chapters, comments and text tracks, pulls performance metrics including geographic data and viewer retention, edits metadata and privacy, manages showcases, and can even create editing sessions and render videos programmatically. For a delivery pipeline it is the honest post-publish feedback loop: what actually held an audience, shot by shot.

Connect

Remote endpoint (Streamable HTTP)
https://mcp.vimeo.com/mcp
Claude Code
claude mcp add --transport http vimeo https://mcp.vimeo.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "vimeo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.vimeo.com/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "vimeo": {
      "url": "https://mcp.vimeo.com/mcp"
    }
  }
}
Auth: oauth — OAuth against your Vimeo account; the server advertises https://mcp.vimeo.com/.well-known/oauth-protected-resource and no token is configured by hand

Field notes

Public beta as of the current docs, upgraded from the private beta announced at REFRAME in Oct 2025 — Vimeo says all of it is subject to change without notice. Endpoint is https://mcp.vimeo.com/mcp; https://mcp.vimeo.com/.well-known/oauth-protected-resource still answers (re-checked 2026-08-22), names mcp.vimeo.com as its own authorization server, accepts the bearer in the header only, and advertises six scopes — public, private, stats, upload, edit, create. Read that list before you consent: the write surface is genuine, and the scopes you grant decide how much of your library an agent can change. ChatGPT clients use https://mcp.vimeo.com/sse instead, same tools. Destructive actions such as deleting videos are deliberately excluded. Vimeo recommends Pro or above because API rate limits scale with plan, so expect a thin experience on free. The docs page is a client-rendered SPA and invisible to crawlers, so tool names are still unpublished.

Pairs well with