Dyte Connector for AI agents.
11 live capabilities
Manage live video meetings and recording workflows from your agent.
Waiting for input…
Why people use Dyte
Dyte for Automated Video Infrastructure Management
With this Connector, you just tell your agent to do it. You can spin up a room, add a guest, and start a recording to S3 in one go. It turns your AI into a backend controller that handles the heavy lifting while you stay in the flow of your actual work.
What Vinkius changes
You get a hands-off way to control video infrastructure through natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Webinar automation
An ops lead asks the agent to start a livestream and add 50 participants at once to handle a high-traffic event.
- Real-world use case 02
Interview workflows
A recruiter has the agent start a recording and fetch the download URL when the call ends to keep the process moving.
- Real-world use case 03
Support calls
A dev uses the agent to list meetings and find the right room for a customer issue without navigating a portal.
Complete set · 11capabilities
The complete Dyte capability set.
These are the exact actions your AI can choose when you ask it to work with Dyte.
01—04
4 capabilities in this set.
Part of 11 available through Dyte.
- 01 Capability
Add participant
Add a user to a meeting and generate their frontend auth token. This makes it easy to manage guest access without manual intervention.
- 02 Capability
Create meeting
Create a new Dyte meeting instance instantly. Use this to spin up rooms for interviews or syncs on demand.
- 03 Capability
Create webhook
Set up real-time notifications for meeting events like starts or ends. This helps sync your internal systems with live data.
- 04 Capability
Get recording
Fetch the download URL and details for a completed recording. This helps you locate assets quickly after a call.
05—08
4 capabilities in this set.
Part of 11 available through Dyte.
- 05 Capability
List meetings
Fetch a list of all existing meetings in your organization. This is useful for auditing or finding specific sessions.
- 06 Capability
List participants
See everyone currently in a specific meeting room. Use this to monitor attendance during live events.
- 07 Capability
Start livestream
Broadcast a meeting to a wider audience as a live stream. This turns a private call into a public broadcast.
- 08 Capability
Start recording
Begin a recording with custom storage settings like AWS S3. This ensures your recordings go exactly where you want them.
09—11
3 capabilities in this set.
Part of 11 available through Dyte.
- 09 Capability
Stop livestream
End the active live broadcast. Use this to shut down your stream once your event concludes.
- 10 Capability
Stop recording
End an active recording session. This allows you to control exactly when your video assets are finalized.
- 11 Capability
Get meeting
Retrieve specific details for a single meeting. Use this to check status or configuration for a specific session.
Set up in minutes
One URL. Then ask Dyte to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Dyte 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_1FuAxqsgOTP3wlR6HEGsoXdZYF2SJrn4e2OmQkoI/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 Dyte, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Dyte for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1FuAxqsgOTP3wlR6HEGsoXdZYF2SJrn4e2OmQkoI/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 Dyte URL.
- Step 03
Save and start
Save the connection and enable Dyte in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"dyte": {
"url": "https://edge.vinkius.com/vk_preview_1FuAxqsgOTP3wlR6HEGsoXdZYF2SJrn4e2OmQkoI/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 Dyte
Open Agent mode in chat and ask: "Using Dyte, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"dyte": {
"url": "https://edge.vinkius.com/vk_preview_1FuAxqsgOTP3wlR6HEGsoXdZYF2SJrn4e2OmQkoI/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 Dyte
Ask Copilot: "Using Dyte, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"dyte": {
"url": "https://edge.vinkius.com/vk_preview_1FuAxqsgOTP3wlR6HEGsoXdZYF2SJrn4e2OmQkoI/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 Dyte
Open Cascade and ask: "Using Dyte, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"dyte": {
"url": "https://edge.vinkius.com/vk_preview_1FuAxqsgOTP3wlR6HEGsoXdZYF2SJrn4e2OmQkoI/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 Dyte
Ask Cline: "Using Dyte, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add dyte --transport http "https://edge.vinkius.com/vk_preview_1FuAxqsgOTP3wlR6HEGsoXdZYF2SJrn4e2OmQkoI/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 Dyte
Ask Claude: "Using Dyte, show me...". 11 tools are ready
Where the request belongs
Work Dyte can move forward.
Developers and ops teams who need to automate video workflows without building custom UI for every single meeting or recording request.
Video Engineer
Automates recording configurations and S3 storage setup via the agent.
Product Manager
Monitors active meetings and participant counts without leaving the chat.
Events Coordinator
Manages webinar participant access and livestream status in real-time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLiveKit
Manage real-time video, audio, and data sessions via LiveKit. create rooms, manage participants, and trigger recordings directly from your AI agent.
Daily.co
Manage video calls and WebRTC infrastructure via Daily.co. create rooms, track participants, and control meeting sessions directly from your AI.
100ms
Manage video rooms, active sessions, and participants on 100ms. the powerful live video infrastructure.
Huddle01 (Web3 Video API)
Build and manage Web3 video meetings with Huddle01. create rooms, track live sessions, and retrieve meeting recordings directly from your AI agent.
LiveKit Real-Time Rooms
Manage LiveKit voice and video rooms. create sessions, control participants, mute tracks, and broadcast data from any AI agent.
Whereby
Create video meeting rooms, manage recordings, and customize UI themes on Whereby. the easiest way to embed video calls.
Bring your own AI
Change the model, client or framework. Keep Dyte 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 Dyte.
The practical details behind the request, access and result.
Can I use Dyte MCP to manage my live streams?
Yes, you can start and stop broadcasts directly through your AI agent. This lets you manage your livestream audience without leaving your current workspace.
How do I add people to a meeting using the Dyte MCP?
The agent handles adding users and gives you the auth token automatically. This simplifies guest access for webinars or private calls.
Does Dyte MCP support saving recordings to my own storage?
Yes, it lets you configure your own storage, like AWS S3, when you start a recording. This ensures your video assets are stored where you need them.
Can I get notified when a meeting starts with Dyte MCP?
You can set up webhooks to send real-time alerts to your own server. This is great for triggering automated workflows or team notifications.
Can the Dyte MCP handle multiple meetings at once?
Yes, it can list, create, and manage many meetings across your organization simultaneously. It gives you a bird's eye view of your entire video infrastructure.
Is Dyte MCP good for automated webinars?
It's perfect for this because it handles participant access and livestreaming via simple commands. You can automate the logistics and focus on the content.
How do I get the authentication token for a new participant to join a meeting?
Use the add_participant capability. You need to provide the meeting_id, name, and a preset_name. The capability will return the authToken required by Dyte's frontend SDKs.
Can I configure where my meeting recordings are stored?
Yes. When using the start_recording capability, you can optionally provide a storage_config JSON object (e.g., for AWS S3) to define your custom storage destination.
How can I monitor when a meeting starts or ends in real-time?
You can use the create_webhook capability to register a URL that Dyte will notify when specific events occur, such as meeting.started or meeting.ended.
One connection away
Give your agent a direct line to Dyte.
Connect Dyte once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available