Yes. The Zoom MCP includes a create_meeting tool that lets Claude create meetings in your Zoom account from a plain-English prompt. You can also update and delete meetings — no Zoom UI needed.
Yes. The Zoom MCP includes tools to list and retrieve meetings from your Zoom account. Claude can filter, sort, and summarize meetings based on your instructions.
Yes. The Zoom MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 20 Zoom tools are available everywhere you connect it — install once on Aerostack.
Yes. The Zoom MCP includes tools to update meetings in your Zoom account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Zoom API.
Schedule meetings, manage webinars, list participants, and access cloud recordings in Zoom — full Server-to-Server OAuth for enterprise automation.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"zoom": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-zoom",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the list_meetings tool to list meetings for the authenticated zoom user. filter by type: scheduled, live, or upcoming”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Automate Zoom meetings, webinars, users, and cloud recordings from any AI agent — full Server-to-Server OAuth support.
Zoom is the world's leading video communications platform. This MCP server gives your agents complete access to the Zoom REST API v2: creating and managing meetings, scheduling webinars, listing participants, retrieving cloud recordings, pulling usage reports, and more — all without user-level OAuth flows.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-zoom
| Tool | Description |
|---|---|
| list_meetings | List meetings for the authenticated user (scheduled, live, upcoming) |
| get_meeting | Get full meeting details: topic, start time, join URL, password, agenda |
| create_meeting | Create a meeting with topic, schedule, duration, and settings |
| update_meeting | Update meeting topic, time, duration, or agenda |
| delete_meeting | Permanently delete a meeting |
| get_meeting_participants | Get participants from a past/ended meeting |
| get_meeting_recordings | Get cloud recordings for a specific meeting |
| list_past_meetings | List past meetings with summary statistics |
| list_webinars | List all scheduled webinars for the authenticated user |
| get_webinar | Get full webinar details and registrant count |
| create_webinar | Create a new webinar with topic, schedule, and agenda |
| get_webinar_registrants | Get registrants for a webinar (pending/approved/denied) |
| get_user | Get user profile by ID, email, or "me" for the authenticated user |
| list_users | List all users in the account |
| update_user | Update user profile fields (name, job title, department) |
| get_user_settings | Get user-level Zoom settings |
| get_account_reports | Get daily usage reports (meetings, participants, minutes) |
| get_meeting_summary | Get AI-generated summary for a completed meeting |
| list_recordings | List all cloud recordings for the account |
| delete_recording | Delete a specific cloud recording (trash or permanent) |
| _ping | Verify credentials by fetching the authenticated user profile |
| Variable | Required | Description | How to Get |
|---|---|---|---|
| ZOOM_ACCOUNT_ID | Yes | Your Zoom account ID | Zoom Marketplace → Your App → App Credentials |
| ZOOM_CLIENT_ID | Yes | Server-to-Server OAuth app client ID | Zoom Marketplace → Develop → Build App → Server-to-Server OAuth |
| ZOOM_CLIENT_SECRET | Yes | Server-to-Server OAuth app client secret | Same as above — generated when you create the Server-to-Server OAuth app |
meeting:read, meeting:write, webinar:read, webinar:write, user:read, user:write, report:read:admin, recording:read, recording:writeZOOM_ACCOUNT_ID, ZOOM_CLIENT_ID, and ZOOM_CLIENT_SECRET under Project → SecretsOnce added, every AI agent in your workspace can create and manage Zoom meetings automatically.
"Create a Zoom meeting for tomorrow at 2pm ET titled 'Q2 Planning'"
"Get the participant list from our last all-hands meeting"
"List all cloud recordings from the past 30 days"
"Schedule a product launch webinar for April 15th at 6pm"
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-zoom \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-ZOOM-ACCOUNT-ID: your-account-id' \
-H 'X-Mcp-Secret-ZOOM-CLIENT-ID: your-client-id' \
-H 'X-Mcp-Secret-ZOOM-CLIENT-SECRET: your-client-secret' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"create_meeting","arguments":{"topic":"Team Standup","start_time":"2026-04-01T09:00:00Z","duration_minutes":15}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-zoom
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.