ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Dyte with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage live video and audio experiences via Dyte. create meetings, manage participants, and control recordings or livestreams directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 11 capabilities

The complete Dyte capability set.

These are the exact actions your AI can choose when you ask it to work with Dyte.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through Dyte.

  1. 01

    Create meeting

    Create a new Dyte meeting

  2. 02

    Create webhook

    Create a webhook

  3. 03

    Start livestream

    Start livestreaming for a meeting

  4. 04

    Stop livestream

    Stop the active livestream for a meeting

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through Dyte.

  1. 05

    Stop recording

    Stop an active recording

  2. 06

    Get meeting

    Fetch meeting details

  3. 07

    Add participant

    Add a participant to a meeting

  4. 08

    Get recording

    Fetch recording details

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through Dyte.

  1. 09

    List meetings

    Fetch all meetings

  2. 10

    List participants

    Fetch participants in a meeting

  3. 11

    Start recording

    Optionally accepts storage configuration. Start recording a meeting

Observed, not estimated

885ms average. Fast in production.

Dyte is checked daily against the live service.

Daily averagePeak 1074ms
Aug 22Today
Fastest day
806ms
Slowest day
1074ms
14-day trend
Stable-2%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Dyte, so you can see the experience inside your AI.

It does not authenticate your account with Dyte. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Dyte Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_1FuAxqsgOTP3wlR6HEGsoXdZYF2SJrn4e2OmQkoI/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Dyte capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "dyte-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_1FuAxqsgOTP3wlR6HEGsoXdZYF2SJrn4e2OmQkoI/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Dyte owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.