Loading MCP server directory, please wait...
The official MCP Server for the Mux API
npx @getmcp/cli add com.mux/mcpRequires Node.js 18+. Official server by muxinc. Review source before installing.
MUX_TOKEN_IDYour Mux access token ID
MUX_TOKEN_SECRETYour Mux access token secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.mux/mcp": {
"command": "npx",
"args": [
"-y",
"@mux/mcp"
],
"env": {
"MUX_TOKEN_ID": "",
"MUX_TOKEN_SECRET": "",
"MUX_SIGNING_KEY": "",
"MUX_PRIVATE_KEY": ""
}
}
}
}