# Zoom

**Type:** Community

**Source Type:** Repository

**Source:** [GitHub](https://github.com/Prathamesh0901/zoom-mcp-server)

**Description:** Zoom MCP server provides AI assistants with access to Zoom's video conferencing platform for meeting management and analytics. It enables meeting scheduling, participant management, and recording operations for automated collaboration workflows.

**Configuration Parameters:**

* **Zoom Account ID** \* - Configuration value
* **Zoom Client ID** \* - Configuration value
* **Zoom Client Secret** \* - Secret access key for authentication

**Setup Steps:**

1. Go to Zoom Marketplace at <https://marketplace.zoom.us/>
2. Navigate to Develop → Build App
3. Create a Server-to-Server OAuth app
4. Copy the Account ID, Client ID, and Client Secret
5. Configure required scopes for your use case

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/zoom.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
