{
  "slug": "mux",
  "name": "Mux MCP Server",
  "vendor": "Mux",
  "official": true,
  "category": "distribution",
  "featured": false,
  "tagline": "Official Mux MCP: upload, manage, and analyze video via API or hosted remote server.",
  "description": "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.",
  "capabilities": [
    "video-hosting",
    "asset-upload",
    "live-streams",
    "playback-ids",
    "analytics",
    "webhooks"
  ],
  "tools_sample": [
    "docs_search",
    "execute"
  ],
  "install": {
    "claude_code": "claude mcp add --transport http mux https://mcp.mux.com",
    "remote_url": "https://mcp.mux.com",
    "stdio_command": "npx -y @mux/mcp@latest"
  },
  "auth": {
    "type": "oauth",
    "env_var": "MUX_TOKEN_ID",
    "key_url": "Remote: OAuth via dashboard.mux.com. Local: MUX_TOKEN_ID + MUX_TOKEN_SECRET from dashboard.mux.com → Settings → Access Tokens"
  },
  "pricing": "freemium",
  "links": {
    "repo": "https://github.com/muxinc/mux-node-sdk/tree/master/packages/mcp-server",
    "docs": "https://www.mux.com/docs/integrations/mcp-server",
    "site": "https://www.mux.com"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "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."
}