Zoom
Meetings, recordings, summaries
About Zoom
Zoom is a video communications platform for meetings, webinars, and team chat. Its remote MCP server lets assistants search meetings with natural language, retrieve recordings and AI summaries, and work with schedule context from a Zoom account.
Connection details
https://mcp.zoom.us/mcp/zoom/streamable- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add zoom --transport http https://mcp.zoom.us/mcp/zoom/streamableFrequently asked questions
What is the Zoom remote MCP server?
The Zoom remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.zoom.us/mcp/zoom/streamable, so AI assistants can connect to it without installing or running anything locally. Zoom is a video communications platform for meetings, webinars, and team chat. Its remote MCP server lets assistants search meetings with natural language, retrieve recordings and AI summaries, and work with schedule context from a Zoom account.
How do I connect to the Zoom MCP server?
Add the endpoint https://mcp.zoom.us/mcp/zoom/streamable to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Zoom MCP server require authentication?
Yes. Zoom uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Zoom MCP server use?
Zoom exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.