Mux Connector for AI agents.
11 live capabilities
Manage your video assets and live streaming infrastructure from your chat interface.
Waiting for input…
Why people use Mux
Mux for automated video asset management
This Connector puts that control into your hands. You can just ask your agent to list your assets or check the status of a specific file. It handles the heavy lifting of querying the Mux API, so you get the data you need right in your chat window.
What Vinkius changes
You get a direct text-based interface for your entire video infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking asset readiness
A developer needs to know if a video is ready for the frontend.
- Real-world use case 02
Automating asset creation
A content manager receives a new promo link.
- Real-world use case 03
Live stream monitoring
A broadcast team needs to verify that the main stream is live.
Complete set · 11capabilities
The complete Mux capability set.
These are the exact actions your AI can choose when you ask it to work with Mux.
01—04
4 capabilities in this set.
Part of 11 available through Mux.
- 01 Capability
Create asset
Creates a new video asset from a provided source URL. This allows you to start the video processing workflow instantly.
- 02 Capability
Get recent views
Retrieves the most recent view metrics for your videos. You can use this to see how your content is performing in real-time.
- 03 Capability
Create direct upload
Starts a new secure session for uploading video files. This is the proper way to handle large file ingestion for your platform.
- 04 Capability
Create live stream
Sets up a new live stream configuration. Use this to prepare your infrastructure for an upcoming broadcast.
05—08
4 capabilities in this set.
Part of 11 available through Mux.
- 05 Capability
Delete asset
Deletes a specific video asset from your account. This helps you remove old files or content you no longer want to host.
- 06 Capability
Delete live stream
Removes a live stream from your account. This helps you keep your active stream list clean.
- 07 Capability
Get asset
Pulls specific details for a single video asset. You can use this to check the status or playback ID of a specific file.
- 08 Capability
Get live stream
Fetches the current configuration and status of a live stream. This lets you verify that your broadcast is live and configured correctly.
09—11
3 capabilities in this set.
Part of 11 available through Mux.
- 09 Capability
List assets
Shows a list of all video assets in your Mux account. This is the fastest way to see your entire video library at once.
- 10 Capability
List direct uploads
Displays a list of active direct video upload sessions. This helps you track files that are currently being ingested.
- 11 Capability
List live streams
Lists all live streams currently in your account. Use this to get a full overview of your active and past broadcasts.
Set up in minutes
One URL. Then ask Mux to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mux from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_tlveLdTlI92XZT5oSRWP3QfB773aASoCb6pcYb4L/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Mux, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mux for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_tlveLdTlI92XZT5oSRWP3QfB773aASoCb6pcYb4L/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Mux URL.
- Step 03
Save and start
Save the connection and enable Mux in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mux": {
"url": "https://edge.vinkius.com/vk_preview_tlveLdTlI92XZT5oSRWP3QfB773aASoCb6pcYb4L/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Mux
Open Agent mode in chat and ask: "Using Mux, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mux": {
"url": "https://edge.vinkius.com/vk_preview_tlveLdTlI92XZT5oSRWP3QfB773aASoCb6pcYb4L/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Mux
Ask Copilot: "Using Mux, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mux": {
"url": "https://edge.vinkius.com/vk_preview_tlveLdTlI92XZT5oSRWP3QfB773aASoCb6pcYb4L/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Mux
Open Cascade and ask: "Using Mux, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mux": {
"url": "https://edge.vinkius.com/vk_preview_tlveLdTlI92XZT5oSRWP3QfB773aASoCb6pcYb4L/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Mux
Ask Cline: "Using Mux, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mux --transport http "https://edge.vinkius.com/vk_preview_tlveLdTlI92XZT5oSRWP3QfB773aASoCb6pcYb4L/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Mux
Ask Claude: "Using Mux, show me...". 11 tools are ready
Where the request belongs
Work Mux can move forward.
This is for video engineers and content operators who need to manage high-volume media pipelines without constantly toggling between a dashboard and their dev capabilities.
Video Infrastructure Engineer
Checks if assets are ready for production without leaving the IDE.
Content Platform Operator
Automates the creation of new video assets from incoming links.
Broadcast Technician
Monitors live stream health and status in real-time during live events.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLivepeer (Decentralized Video)
Manage decentralized video infrastructure via Livepeer. upload assets, manage live streams, create clips, and monitor viewership metrics directly from any AI agent.
api.video
Host, encode, and stream video content with a developer-first API that handles everything from upload to playback.
MediaSilo (Legacy)
Share and review video content with creative teams using secure media workspaces, annotations, and approval workflows.
SproutVideo
Automate video hosting and management via SproutVideo. manage videos, playlists, and analytics directly from any AI agent.
Teyuto
Build your own video streaming platform with monetization, audience analytics, and content management for video creators.
Qencode
Automate video transcoding and live streaming via Qencode. manage tasks, start encodings, and orchestrate live streams directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Mux connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Mux.
The practical details behind the request, access and result.
Can I use the Mux MCP to create video assets?
Yes, you can use this Connector to turn public URLs into playable video assets instantly. Your agent will handle the request and start the processing workflow for you.
Does the Mux MCP support live streaming?
Yes, it allows you to manage your live stream configurations and monitor their status in real-time. You can check if your broadcast is live or see its current settings.
Can I check my video analytics with the Mux MCP?
Yes, you can pull recent view metrics for your videos. This helps you see how your content is performing and how many people are watching.
How do I connect Mux to my AI agent?
First, subscribe to the Connector on Vinkius. Then, add your Mux Token ID and Token Secret to your AI client's configuration to get started.
Can I delete old videos using the Mux MCP?
Yes, the Connector includes a capability to delete specific video assets. This is a great way to keep your library organized by removing content you no longer need.
Does the Mux MCP help with direct uploads?
Yes, it can create secure direct upload sessions. This is the best way to handle high-quality video file ingestion for your platform.
How do I create a Mux API Token?
Go to the Mux Dashboard, navigate to Settings > API Tokens, and click 'Create new token'. Ensure you copy the Token Secret immediately as it will only be shown once.
What format should the asset URL be?
The URL must be publicly accessible and point directly to a video file (e.g., MP4, MOV). Mux will then fetch and process the file from that location.
Is the analytics data real-time?
Yes, the get_recent_views capability retrieves near real-time data about video views occurring in your account.
One connection away
Give your agent a direct line to Mux.
Connect Mux once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available