Video conferencing platform. Schedule meetings, start calls, and manage recordings.
npx -y @zoom/mcp-server-zoom
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"zoom": {
"command": "npx",
"args": ["-y", "@zoom/mcp-server-zoom"]
}
}
}
```
send_messageread_inboxschedule_meetingget_contactscreate_channelVideo conferencing platform. Schedule meetings, start calls, and manage recordings.
Language: Python
Category: Communication