mcp.film

mcp.film / Review & Distribution / Mux MCP Server

Mux MCP Server

OfficialRemoteby Muxfreemiumverified Aug 21, 2026

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

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 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