MCP Server
Zoom MCP MCP Server
by Zoom
Search meetings, get recordings, and pull transcripts.
About Zoom MCP
Zoom MCP server. Search past meetings, fetch recordings and assets, and grab transcripts so agents can summarize and follow up.
Tags
videotranscriptsrecordings
How to install Zoom MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"zoom": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-zoom"]
}
}
}Example shape only — see the docs for the canonical install command.