← Index

com.mux/mcp

com.mux/mcp·v12.8.0·Other
Quality Score
65
/100

The official MCP Server for the Mux API

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.mux.com
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mux/mcp"
      ],
      "env": {
        "MUX_TOKEN_ID": "<your-mux_token_id>",
        "MUX_TOKEN_SECRET": "<your-mux_token_secret>",
        "MUX_SIGNING_KEY": "<your-mux_signing_key>",
        "MUX_PRIVATE_KEY": "<your-mux_private_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mux/mcp"
      ],
      "env": {
        "MUX_TOKEN_ID": "<your-mux_token_id>",
        "MUX_TOKEN_SECRET": "<your-mux_token_secret>",
        "MUX_SIGNING_KEY": "<your-mux_signing_key>",
        "MUX_PRIVATE_KEY": "<your-mux_private_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mux/mcp
§02  Environment variables
MUX_TOKEN_ID
requiredsecret

Your Mux access token ID

MUX_TOKEN_SECRET
requiredsecret

Your Mux access token secret

MUX_SIGNING_KEY
secret

Your JWT signing key ID, for use with signed playback IDs

MUX_PRIVATE_KEY
secret

Your JWT private key, for use with signed playback IDs

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other