mcp.film / Review & Distribution / Mux MCP Server
Mux MCP Server
Official Mux MCP: upload, manage, and analyze video via API or hosted remote server.
What it does
The official MCP server for the full Mux Video + Mux Data platform: upload videos, create and manage assets and live streams, mint playback IDs, manage webhooks, and query video performance analytics. Available both as a hosted remote at mcp.mux.com (OAuth, pick your environment) and as the @mux/mcp npm package — the strongest official offering in video infrastructure. Its two tools are a docs search and a sandboxed TypeScript executor over the Mux SDK, so the whole API surface is reachable without hundreds of tool definitions.
Connect
https://mcp.mux.com
claude mcp add --transport http mux https://mcp.mux.com
{
"mcpServers": {
"mux": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.mux.com"
]
}
}
}
{
"mcpServers": {
"mux": {
"url": "https://mcp.mux.com"
}
}
}
MUX_TOKEN_ID — Remote: OAuth via dashboard.mux.com. Local: MUX_TOKEN_ID + MUX_TOKEN_SECRET from dashboard.mux.com → Settings → Access Tokens
Tools you'll see
docs_searchexecuteField notes
npm @mux/mcp v15.0.0 (published 2026-08-12), Apache-2.0; package metadata now correctly points at muxinc/mux-ts, directory packages/mcp-server, so the stale mux-node-sdk path is gone. v15 is a breaking SDK release: @mux/mux-node was renamed @mux/ts (old name kept as an alias), client.robotsPreview became client.robots, and deprecated Mux Data filters/exports endpoints were removed — code your agent wrote against v14 may need MIGRATION.md. 'Code Mode' design is unchanged: two tools only — docs_search plus execute, which runs TypeScript against the SDK in a sandbox with no web or filesystem access — instead of hundreds of per-endpoint tools.
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.