This MCP server allows AI assistants to interact with the Mux REST API, enabling exploration of endpoints, making test requests, and utilizing documentation for integration.
From the registry: The official MCP Server for the Mux API
Please install the `mcp-muxinc` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Mux API token** — Get a Mux API access token (token ID + secret) from your Mux dashboard and set as environment variables (https://docs.mux.com)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@mux/mcp"]
- required environment variables:
- `MUX_TOKEN_ID`: Mux API token ID (example: `<your-token-id>`)
- `MUX_TOKEN_SECRET`: Mux API token secret (example: `<your-token-secret>`)
Note: The repository is the Mux Node.js SDK (@mux/mux-node), but the MCP server is a separate @mux/mcp package that lets AI assistants explore the Mux REST API. Install via npx -y @mux/mcp.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MUX_TOKEN_IDrequiredUsed for authenticating API requests.MUX_TOKEN_SECRETrequiredUsed for authenticating API requests.MUX_WEBHOOK_SECRETrequiredUsed for verifying webhook signatures.