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.
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 v14.x, Apache-2.0, maintained inside the official mux-node-sdk monorepo. Recent versions use a 'Code Mode' design (docs search + sandboxed code execution against the Mux API) instead of hundreds of per-endpoint tools. Supports resource-filtering query params (e.g. ?resource=video.*); DELETE routes mostly excluded by design.
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.