MCP server

Mux
MCPOfficial Mux MCP. Video assets as tools.
Mux’s remote server and @mux/mcp. Assets, playback, the API the docs already describe.
latest·Proprietary·Updated this quarter·github.com/muxinc/mux-node-sdk·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"mux": {
"url": "https://mcp.mux.com"
}
}
}By Mux
Spec
What the server actually exposes.
list_assets
readVideo assets in the env.
get_asset
readPlayback and status.
create_asset
writeIngest after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
mux-mcp.mcp/tools
Tools
- read
list_assets
Video assets in the env.
- read
get_asset
Playback and status.
- write
create_asset
Ingest after you confirm.
Last call
{ "ok": true,
"tool": "list_assets",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
