Zoom MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZOOM_MODE | No | `readonly` (default) or `readwrite`. Set to `readwrite` to enable creating meetings, sending chat messages, etc. | readonly |
| ZOOM_CLIENT_ID | Yes | Zoom app client ID | |
| ZOOM_ACCOUNT_ID | Yes | Zoom Server-to-Server OAuth account ID | |
| ZOOM_CLIENT_SECRET | Yes | Zoom app client secret |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zoom_list_recordingsA | List cloud recordings for a Zoom user within a date range. Returns meeting topics, dates, and recording IDs needed to fetch transcripts. |
| zoom_get_meeting_transcriptA | Download and parse the transcript for a specific meeting recording. Returns clean text with timestamps and speaker names. Use zoom_list_recordings first to find the meeting ID. |
| zoom_get_meeting_summaryA | Get the AI-generated meeting summary for a specific meeting. Requires Zoom AI Companion to be enabled on the account. Returns error if unavailable. |
| zoom_list_meetingsB | List meetings for a Zoom user. Can filter by type: scheduled, live, upcoming, or previous. |
| zoom_get_meetingA | Get detailed information about a specific meeting including settings, join URL, and agenda. |
| zoom_list_past_meeting_participantsA | List participants of a past meeting. Shows who attended, join/leave times, and duration. |
| zoom_list_usersB | List all users in the Zoom account. Can filter by status (active, inactive, pending). |
| zoom_get_userA | Get detailed information about a specific Zoom user including email, role, timezone, and department. |
| zoom_list_channelsB | List Zoom Team Chat channels for a user. |
| zoom_list_chat_messagesB | List messages in a Zoom Team Chat channel. Returns message content, sender, and timestamps. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/surajpratap/zoom-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server