# Mux MCP Server

> Official Mux MCP: upload, manage, and analyze video via API or hosted remote server.

- **Category:** Review & Distribution
- **Vendor:** Mux (official)
- **Pricing:** freemium
- **Verified:** 2026-06-11

## What it does

The official MCP server for the full Mux Video + Mux Data platform: upload videos, create and manage assets and live streams, mint playback IDs, manage webhooks, and query video performance analytics. Available both as a hosted remote at mcp.mux.com (OAuth, pick your environment) and as the @mux/mcp npm package — the strongest official offering in video infrastructure.

## Connect

- Remote endpoint: `https://mcp.mux.com`
- Claude Code: `claude mcp add --transport http mux https://mcp.mux.com`
- Local: `npx -y @mux/mcp@latest`

**Auth:** oauth (env `MUX_TOKEN_ID`) — Remote: OAuth via dashboard.mux.com. Local: MUX_TOKEN_ID + MUX_TOKEN_SECRET from dashboard.mux.com → Settings → Access Tokens

## Capabilities

`video-hosting` · `asset-upload` · `live-streams` · `playback-ids` · `analytics` · `webhooks`

## Sample tools

`docs_search` · `execute`

## Field notes

npm @mux/mcp v14.x, Apache-2.0, maintained inside the official mux-node-sdk monorepo. Recent versions use a 'Code Mode' design (docs search + sandboxed code execution against the Mux API) instead of hundreds of per-endpoint tools. Supports resource-filtering query params (e.g. ?resource=video.*); DELETE routes mostly excluded by design.

## Links

- Site: https://www.mux.com
- Docs: https://www.mux.com/docs/integrations/mcp-server
- Repo: https://github.com/muxinc/mux-node-sdk/tree/master/packages/mcp-server

---

Structured data: https://mcp.film/api/mcps/mux.json · Directory: https://mcp.film
