CuratedMCP
πŸ’»
Claude Code
Free

How to Install Zoom MCP in Claude Code

Official Zoom integration β€” schedule meetings, access transcripts, and manage recordings via AI

What Zoom MCP does

The official Zoom MCP server connects AI agents to your Zoom workspace β€” schedule meetings, retrieve transcripts, manage recordings, and access meeting analytics through natural language. Features: - Schedule meetings with participants, agenda, and settings - List and manage upcoming meetings - Access Zoom AI Companion meeting transcripts and summaries - Download and manage cloud recordings - Get meeting attendance and participation reports - Manage webinars and registration - Access team chat history - Create and manage Zoom Apps integrations - Generate meeting links and invite participants The transcript use case is transformative: After every meeting, Zoom MCP lets Claude access the full transcript, extract action items, update your project management tool (via Linear or Jira MCP), and draft follow-up emails β€” fully automated post-meeting workflows. Works with Zoom Workplace Business and above.

zoom
meetings
transcripts
video
scheduling

Installation steps

  1. 1Copy the config below
  2. 2Open or create .claude/mcp.json in your project root
  3. 3Paste inside "mcpServers": {}
  4. 4Reload Claude Code

Configuration

File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)

.claude/mcp.jsonjson
{
  "zoomMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@zoom/mcp"
    ],
    "env": {
      "ZOOM_ACCOUNT_ID": "your_account_id",
      "ZOOM_CLIENT_ID": "your_client_id",
      "ZOOM_CLIENT_SECRET": "your_secret"
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain Zoom MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/zoom-mcp)](https://curatedmcp.com/marketplace/zoom-mcp)