SERVER

Mux Node SDK

Rank #1360

com.mux/mcp

The official MCP Server for the Mux API

First listed
Nov 25, 2024
Last publish date
Sep 18, 2025
OVERVIEW

Mux Node SDK is a Model Context Protocol (MCP) server published by muxinc. It ranks #1360 of 58,900 servers tracked on MCP Toplist, and its repository has 179 GitHub stars. Mux Node SDK 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.

STANDING
#1,360of 58,900 tracked serversTop 5%

Ranks ahead of 57,540 of 58,900 servers on MCP Toplist.

Recent momentum
+37GitHub stars since Sep 15 (+26%)
CONNECT

Use Mux Node SDK

Add Mux Node SDK to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

Remote · HTTP
{
  "mcpServers": {
    "mux": {
      "url": "https://mcp.mux.com/"
    }
  }
}
npm package
{
  "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.

REGISTRIES

Listed on 2 registries

ORGANIZATION

muxinc

Organization
Total servers
1
Total versions
2
VERSIONS

Available versions (2)

VersionPublished
12.8.0Sep 18, 2025
0.1.0Nov 25, 2024
FAQ

Frequently asked questions

What is Mux Node SDK?
The official MCP Server for the Mux API
Who maintains Mux Node SDK?
Mux Node SDK is maintained by muxinc, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
Is Mux Node SDK an official MCP server?
Yes — Mux Node SDK is listed on the Official MCP Registry, alongside PulseMCP.
How many versions does Mux Node SDK have?
MCP Toplist tracks 2 versions of Mux Node SDK, most recently published on Sep 18, 2025.
Where can I find the source code for Mux Node SDK?
The source code for Mux Node SDK is hosted at github.com/muxinc/mux-node-sdk.
EXPLORE