Serverscom.mux/mcp
M

com.mux/mcp

com.mux/mcp · v12.8.0
▦ npm
v12.8.0npm npm: @mux/mcp🌐 https://mcp.mux.com↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "com.mux/mcp",
  "description": "The official MCP Server for the Mux API",
  "repository": {
    "url": "https://github.com/muxinc/mux-node-sdk",
    "source": "github",
    "subfolder": "packages/mcp-server"
  },
  "version": "12.8.0",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mux/mcp",
      "version": "12.8.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Mux access token ID",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MUX_TOKEN_ID"
        },
        {
          "description": "Your Mux access token secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MUX_TOKEN_SECRET"
        },
        {
          "description": "Your JWT signing key ID, for use with signed playback IDs",
          "format": "string",
          "isSecret": true,
          "name": "MUX_SIGNING_KEY"
        },
        {
          "description": "Your JWT private key, for use with signed playback IDs",
          "format": "string",
          "isSecret": true,
          "name": "MUX_PRIVATE_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.mux.com",
      "headers": [
        {
          "description": "Optional basic authorization header you can include, combining your Access Token and Secret using HTTP Basic Auth. If not provided, authorization will be handled via OAuth.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}