Back to MCP Servers

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.

communicationgobrowseraiagent

Installation

npx -y joinly

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub