Video streaming API
Connect to Mux for video streaming, encoding, and analytics.
{
"mcpServers": {
"mux": {
"mcpServers": {
"mux": {
"env": {
"MUX_TOKEN_ID": "your-token-id",
"MUX_TOKEN_SECRET": "your-token-secret"
},
"args": [
"-y",
"mux-mcp-server"
],
"command": "npx"
}
}
}
}
}