Skip to main content

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.

The Zoom MCP Server supports multiple startup modes so you can choose the one that fits your workflow. Whether you prefer running it from a terminal, having Claude Desktop launch it automatically, or using a packaged macOS app, there is an option for each scenario. Each mode runs the same underlying MCP server — they differ in how the server is started and what extra steps happen around it.
For most users, ./run.sh is the recommended starting point. It handles token validation, opens your Zoom meetings page, and ensures Claude Desktop is running — all in one command.
The interactive mode is the main user-facing entry point. It is best for daily use from the terminal.
./run.sh
When you run this command, the server will:
1

Open Zoom in your browser

Your Zoom upcoming meetings page opens automatically in your default browser.
2

Display the startup banner

A startup banner appears in the terminal showing the current mode (normal or force).
3

Validate your token

The server checks whether your current Zoom token is still valid. It only fetches a new token if the existing one has expired.
4

Ensure Claude Desktop is running

The server verifies that Claude Desktop is open, launching it if needed, before starting the MCP process.
5

Start the MCP server

The server starts with periodic token and Claude status monitoring active.
Options
FlagDescription
-fForce a new token fetch even if the current one is still valid
-hShow the help message