MCP server

Mux

MCP

Official Mux MCP. Video assets as tools.

Mux’s remote server and @mux/mcp. Assets, playback, the API the docs already describe.

latest·Proprietary·Updated this quarter·github.com/muxinc/mux-node-sdk·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "mux": {
      "url": "https://mcp.mux.com"
    }
  }
}

By Mux

Spec

What the server actually exposes.

  • list_assets

    read

    Video assets in the env.

  • get_asset

    read

    Playback and status.

  • create_asset

    write

    Ingest after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

mux-mcp.mcp/tools

Tools

  • list_assets

    Video assets in the env.

    read
  • get_asset

    Playback and status.

    read
  • create_asset

    Ingest after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_assets",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.