mux-ts
The official MCP Server for the Mux API
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://mcp.mux.com Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http mux-ts https://mcp.mux.com --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"mux-ts": {
"url": "https://mcp.mux.com",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationsecret — 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.
Package (npm 12.8.0)
npx -y @mux/mcp@12.8.0
Or add to your MCP client config:
{
"mcpServers": {
"mux-ts": {
"command": "npx",
"args": [
"-y",
"@mux/mcp@12.8.0"
],
"env": {
"MUX_TOKEN_ID": "<YOUR_VALUE>",
"MUX_TOKEN_SECRET": "<YOUR_VALUE>",
"MUX_SIGNING_KEY": "<YOUR_VALUE>",
"MUX_PRIVATE_KEY": "<YOUR_VALUE>"
}
}
}
}
MUX_TOKEN_IDrequired secret — Your Mux access token IDMUX_TOKEN_SECRETrequired secret — Your Mux access token secretMUX_SIGNING_KEYsecret — Your JWT signing key ID, for use with signed playback IDsMUX_PRIVATE_KEYsecret — Your JWT private key, for use with signed playback IDs
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Listed in wong2/awesome-mcp-servers (MIT)
Data from the Official MCP Registry