> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peacock.support/llms.txt
> Use this file to discover all available pages before exploring further.

# Zoom MCP Server: AI-powered Zoom meeting management

> Connect Claude Desktop to your Zoom account and manage meetings, users, and recordings with simple natural language commands — no Zoom UI required.

Zoom MCP Server is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that gives Claude Desktop direct access to your Zoom account. Once set up, you can create, view, update, and delete meetings — and pull participant lists or cloud recordings — simply by asking Claude in plain English.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running in minutes with step-by-step setup instructions.
  </Card>

  <Card title="Prerequisites" icon="list-check" href="/prerequisites">
    Review what you need before installing — Zoom credentials, Node.js, and Claude Desktop.
  </Card>

  <Card title="Available Tools" icon="wrench" href="/tools/meetings">
    Explore the 9 Zoom tools exposed to Claude: meetings, users, and recordings.
  </Card>

  <Card title="Natural Language Usage" icon="comments" href="/usage/natural-language">
    See example prompts and learn how to talk to Claude about your Zoom meetings.
  </Card>
</CardGroup>

## How it works

Zoom MCP Server sits between Claude Desktop and the Zoom API. When you type a natural language request in Claude — like "Show my upcoming meetings" — Claude calls the appropriate MCP tool, which makes a secure API call to Zoom on your behalf and returns the result.

<Steps>
  <Step title="Create a Zoom OAuth App">
    Set up a Server-to-Server OAuth app in the Zoom Marketplace to get your API credentials.
  </Step>

  <Step title="Configure credentials">
    Copy `.env.example` to `.env` and add your Zoom `CLIENT_ID`, `CLIENT_SECRET`, and `ACCOUNT_ID`.
  </Step>

  <Step title="Connect Claude Desktop">
    Add the MCP server entry to your Claude Desktop config file so Claude knows how to launch it.
  </Step>

  <Step title="Start the server">
    Run `./run.sh` to start the MCP server. Claude Desktop can now access your Zoom account.
  </Step>
</Steps>

<Note>
  Zoom MCP Server runs locally on your machine. Your Zoom credentials never leave your computer — all API calls are made directly from your machine to the Zoom API.
</Note>
