com.mux/mcp
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.comClaude 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_IDrequiredsecret
Your Mux access token ID
MUX_TOKEN_SECRETrequiredsecret
Your Mux access token secret
MUX_SIGNING_KEYsecret
Your JWT signing key ID, for use with signed playback IDs
MUX_PRIVATE_KEYsecret
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
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.