Skip to main content
CommunicationPython

joinly-ai/joinly

MCP server to interact with browser-based meeting platforms (Zoom, Teams, Google Meet). Enables AI agents to send bots to online meetings, gather live transcripts, speak text, and send messages in the meeting chat.

communicationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/joinly-ai/joinly

Claude Desktop configuration example:

{
  "mcpServers": {
    "joinly": {
      "command": "npx",
      "args": [
        "-y",
        "joinly-ai/joinly"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Python
Author
joinly-ai