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
By joinly-ai
Installation
npx -y joinlyConfiguration
{
"mcpServers": {
"joinly": {
"command": "npx",
"args": ["-y", "joinly"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes