mcp.film / Review & Distribution / Vimeo MCP Server
Vimeo MCP Server
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
https://mcp.vimeo.com/mcp
claude mcp add --transport http vimeo https://mcp.vimeo.com/mcp
{
"mcpServers": {
"vimeo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.vimeo.com/mcp"
]
}
}
}
{
"mcpServers": {
"vimeo": {
"url": "https://mcp.vimeo.com/mcp"
}
}
}
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
Airtable MCP ServerAirtable
Official
Official hosted Airtable MCP: query, create, and update production-tracking bases.
Cloudinary Asset Management MCPCloudinary
Official
Official Cloudinary MCP for uploading, organizing, searching, and transforming media assets.
Dropbox MCP ServerDropbox
Official
Dropbox's official remote MCP (beta) for dailies, footage folders, and file ops.