Mux Ts
Rank #1,778com.mux/mcp
MCP server providing mcp capabilities
Mux Ts is a Model Context Protocol (MCP) server published by muxinc. It ranks #1,778 of 132,046 servers tracked on MCP Toplist, and its repository has 182 GitHub stars. Mux Ts is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Sep 18, 2025.
Ranks ahead of 130,268 of 132,046 servers on MCP Toplist.
Use Mux Ts
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mux https://mcp.mux.com/claude mcp add mux -e "MUX_TOKEN_ID=<your MUX_TOKEN_ID>" -e "MUX_TOKEN_SECRET=<your MUX_TOKEN_SECRET>" -e "MUX_SIGNING_KEY=<your MUX_SIGNING_KEY>" -e "MUX_PRIVATE_KEY=<your MUX_PRIVATE_KEY>" -- npx -y @mux/mcpReplace each placeholder with your own value before saving.
[mcp_servers.mux]
url = "https://mcp.mux.com/"Add to ~/.codex/config.toml.
[mcp_servers.mux]
command = "npx"
args = ["-y", "@mux/mcp"]
[mcp_servers.mux.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.mux.com/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mux": {
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mux": {
"url": "https://mcp.mux.com/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mux": {
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mux": {
"type": "http",
"url": "https://mcp.mux.com/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mux": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mux": {
"serverUrl": "https://mcp.mux.com/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mux": {
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mux": {
"url": "https://mcp.mux.com/"
}
}
}{
"mcpServers": {
"mux": {
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.mux%2Fmcp)<a href="https://mcptoplist.com/server/com.mux%2Fmcp"><img src="https://mcptoplist.com/badge/com.mux%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
muxinc
Available versions (2)
| Version | Published |
|---|---|
| 12.8.0 | Sep 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Mux Ts?
- Mux Ts is maintained by muxinc, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Mux Ts listed on the Official MCP Registry?
- Yes — Mux Ts is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Mux Ts have?
- MCP Toplist tracks 2 versions of Mux Ts, most recently published on Sep 18, 2025.
- Where can I find the source code for Mux Ts?
- The source code for Mux Ts is hosted at github.com/muxinc/mux-ts.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.