mcp.film

mcp.film / Review & Distribution / Mux MCP Server

Mux MCP Server

OfficialRemoteby Muxfreemiumverified Jun 11, 2026

Official Mux MCP: upload, manage, and analyze video via API or hosted remote server.

Rate it: no ratings yet

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

Remote endpoint (Streamable HTTP)
https://mcp.mux.com
Claude Code
claude mcp add --transport http mux https://mcp.mux.com
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mux": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.mux.com"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mux": {
      "url": "https://mcp.mux.com"
    }
  }
}
Auth: oauth · env 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_searchexecute

Field 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