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.
Quick Start
Clone the repository:
git clone https://github.com/joinly-ai/joinlyClaude Desktop configuration example:
{
"mcpServers": {
"joinly": {
"command": "npx",
"args": [
"-y",
"joinly-ai/joinly"
]
}
}
}Check the repository README for specific installation and configuration instructions.