# Zoom API MCP Server A comprehensive Model Context Protocol (MCP) server for interacting with the Zoom API. ## Features - Complete coverage of Zoom
Everything the assistant can do here goes through one of these:
Meetings — Create, read, update, and delete meetingsUsers — Manage users in your Zoom accountWebinars — Create and manage webinarsAccount — Manage account settings and profileChat — Manage Zoom Chat channels and messagesPhone — Manage Zoom Phone users and numbersContacts — Manage contactsRecordings — Access and manage cloud recordingsReports — Generate various reportsWebhooks — Set up event notificationsSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
You will need 3 environment variables: ZOOM_CLIENT_ID, ZOOM_CLIENT_SECRET, ZOOM_ACCOUNT_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Zoom API's toolset — Meetings, Users, Webinars and 7 more — is a fair guide to whether it matches your workflow. It is maintained by mattcoatsworth; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Meetings | Create, read, update, and delete meetings |
| Users | Manage users in your Zoom account |
| Webinars | Create and manage webinars |
| Account | Manage account settings and profile |
| Chat | Manage Zoom Chat channels and messages |
| Phone | Manage Zoom Phone users and numbers |
| Contacts | Manage contacts |
| Recordings | Access and manage cloud recordings |
| Reports | Generate various reports |
| Webhooks | Set up event notifications |
| Variable | Description | Required |
|---|---|---|
| ZOOM_CLIENT_ID | Configuration value read at startup. | Optional |
| ZOOM_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| ZOOM_ACCOUNT_ID | Configuration value read at startup. | Optional |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.