Zoom Meetings MCP
Use the dedicated Meetings MCP server for agent-driven meeting search and asset retrieval. Use ../../rest-api/SKILL.md for deterministic meeting CRUD.
Endpoint
https://mcp.zoom.us/mcp/meeting/streamable
The repo MCP bundle registers this endpoint as zoom-meetings-mcp in
../../../.mcp.json.
Tools and Scopes
| Tool | Scope |
|---|---|
search_meetings |
meeting:read:search |
get_meeting_assets |
meeting:read:assets |
recordings_list |
cloud_recording:read:list_user_recordings |
get_recording_resource |
cloud_recording:read:content |
See references/tools.md for selection and prerequisites.
Chaining
- Marketplace app creation: Meetings MCP template via Marketplace app management
- Token acquisition: create the app first, then use OAuth and PKCE to authorize the user and mint the bearer token supplied to this MCP endpoint
- Parent MCP routing: ../SKILL.md
- Deterministic meeting APIs: ../../rest-api/SKILL.md
- Recording pipelines: ../../general/use-cases/recording-download-pipeline.md
Official Source
https://developers.zoom.us/docs/mcp/zoom-meetings-mcp-server/