Zoom MCP
Zoom's official hosted remote MCP servers (mcp.zoom.us), GA May 2026, spanning Zoom Workspace, Docs, Whiteboard, Team Chat, and Revenue Accelerator. Capabilities include conversation intelligence (summaries, transcripts, recordings, action items) and agentic enterprise search. OAuth 2.0/2.1 over Streamable HTTP. Replaces the community prathamesh0901/zoom-mcp listing. Note: scores other than authentication are a provisional assessment from Zoom's documentation pending a live tool-level audit.
Score Breakdown
Server Info
- Package
- https://mcp.zoom.us/mcp/zoom/streamable
- Registry
- remote
- Repository
- https://developers.zoom.us/docs/mcp/
- Maintainer
- ZoomVendor
- Category
- Communication
- Tags
- videomeetingsconferencinghostedoauth
- Last Scanned
- 7 Apr 2026
Findings
3 issuesAuthentication & Identity
LOWImplements MCP OAuth spec for per-user authentication
Official Zoom-hosted remote MCP at https://mcp.zoom.us (product-scoped endpoints ending in /streamable; official registry github.com/zoom/mcp-registry). OAuth 2.0 (OAuth 2.1 / PKCE per the MCP spec); clients obtain a token from zoom.us/oauth and send it as a Bearer token. Streamable HTTP transport. GA 2026-05-18.
Document the required OAuth scopes for each tool.
Tool Schema Quality
MEDIUMTool schemas not independently audited
The hosted server has no public source repository, so tool input schemas, required fields, and parameter constraints could not be verified directly. Provisional score pending a live tool-level audit.
Run a live audit against the hosted endpoint to enumerate and score tool schemas.
Data Exposure
MEDIUMPagination and field selection not verified
Whether list operations paginate and support field selection could not be verified without a live audit of the hosted tool surface.
Audit list operations for pagination and field-selection support.
Deploy Zoom MCP securely
CompleteFlow adds per-user authentication, permission scoping, and audit logging to any MCP server out of the box.
Deploy on CompleteFlow