MCP server for managing Zoom Cloud Recording transcripts
If you already use Zoom Transcript MCP, the zoom transcript mcp mcp server is the piece that lets your assistant work with it directly. MCP server for managing Zoom Cloud Recording transcripts.
An MCP (Model Context Protocol) server for interacting with Zoom Cloud Recording transcripts. This server allows you to list, download, search, and manage your Zoom meeting transcripts through a structured interface.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Building — The Building tool exposed by this serverConfiguration is passed through the environment: ZOOM_ACCOUNT_ID, ZOOM_CLIENT_ID, ZOOM_CLIENT_SECRET, TRANSCRIPTS_DIR. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Zoom Transcript MCP's toolset — Building — is a fair guide to whether it matches your workflow. It is maintained by forayconsulting; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Zoom Transcript MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Building | The Building tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| ZOOM_ACCOUNT_ID | Configuration value read at startup. | Optional |
| ZOOM_CLIENT_ID | Configuration value read at startup. | Optional |
| ZOOM_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| TRANSCRIPTS_DIR | Filesystem location the server is allowed to use. | Optional |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.