> ## 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.

# Manage Zoom meetings using natural language in Claude

> Once the Zoom MCP Server is running, you can manage meetings, users, and recordings by typing plain-language requests directly in Claude Desktop.

Once the Zoom MCP Server is running, you can manage your Zoom account by typing requests to Claude in plain English — no commands, no syntax to learn. Claude translates your intent into Zoom API calls and returns the results in a readable format. The examples below show what you can ask.

<Note>
  Meeting IDs help Claude target the exact meeting you mean. When you know the ID, include it in your request to avoid ambiguity.
</Note>

<Tabs>
  <Tab title="Meetings">
    Use these prompts to view, schedule, update, or cancel meetings.

    **Viewing meetings**

    ```text theme={null}
    Show me my upcoming Zoom meetings
    ```

    ```text theme={null}
    Get the details for Zoom meeting ID 123456789
    ```

    **Creating and scheduling**

    ```text theme={null}
    Create a Zoom meeting titled 'Team Standup' for tomorrow at 10am EST, 30 minutes duration
    ```

    ```text theme={null}
    Create an instant Zoom meeting
    ```

    **Updating and canceling**

    ```text theme={null}
    Update meeting 123456789 to start at 2pm instead
    ```

    ```text theme={null}
    Cancel the Zoom meeting with ID 123456789
    ```

    <Tip>
      Be specific about date, time, and timezone when creating or updating meetings. For example, "tomorrow at 10am EST" gives Claude everything it needs to set the correct start time.
    </Tip>
  </Tab>

  <Tab title="Users">
    Use these prompts to look up users in your Zoom account.

    **Listing users**

    ```text theme={null}
    List all active users in my Zoom account
    ```

    <Tip>
      You can filter by status. If you need inactive or pending users, say so explicitly: "List all inactive users in my Zoom account."
    </Tip>
  </Tab>

  <Tab title="Recordings & Participants">
    Use these prompts to retrieve participant lists and cloud recordings from past meetings.

    **Participants**

    ```text theme={null}
    Show me the participants from meeting 987654321
    ```

    **Recordings**

    ```text theme={null}
    Get the recording for meeting 456789123
    ```

    <Note>
      Participant and recording data is only available for past meetings. Make sure to provide the meeting ID of a completed session.
    </Note>
  </Tab>
</Tabs>

## Tips for better results

* **Include timezones** when scheduling: "10am EST" is clearer than "10am."
* **Use meeting IDs** when updating or canceling to make sure Claude acts on the right meeting.
* **Claude will ask for clarification** if your request is ambiguous — for example, if you say "cancel my next meeting" and there are several upcoming ones, Claude may ask which one you mean before proceeding.
