All MCP servers

Mcp

Official
by Api.AirforceStreamable HTTP0179Apache-2.0

The official MCP Server for the Mux API

mcpopen-source

Endpoint

POST https://mcp.mux.com

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-impb1b47": {
      "url": "https://mcp.mux.com",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}