MCP ExplorerExplorer

Zoom Mcp Server

@mattcoatsworthon a year ago
1 MIT
FreeCommunity
AI Systems
A Zoom API model context protocol server that supports OAuth 2.0.

Overview

What is Zoom Mcp Server

The zoom-mcp-server is a comprehensive Model Context Protocol (MCP) server designed for interacting with the Zoom API, providing a structured way to manage various Zoom functionalities.

Use cases

Use cases include creating and managing meetings, webinars, and users, handling chat messages, managing Zoom Phone users, accessing cloud recordings, generating reports, and setting up event notifications.

How to use

To use the zoom-mcp-server, clone the repository, install dependencies using npm, create a .env file with your Zoom API credentials, and run the server with ‘npm run dev’. Testing can be done using ‘npm run inspect’.

Key features

Key features include complete coverage of Zoom API endpoints, OAuth 2.0 authentication, structured tools with validation, API documentation resources, and robust error handling and response formatting.

Where to use

The zoom-mcp-server can be used in various fields such as education, corporate training, virtual events, and any application requiring video conferencing and collaboration tools.

Content

Zoom API MCP Server

A comprehensive Model Context Protocol (MCP) server for interacting with the Zoom API.

## Features

- Complete coverage of Zoom API endpoints
- OAuth 2.0 authentication
- Structured tools with proper validation
- API documentation resources
- Error handling and response formatting

## Getting Started

### Prerequisites

- Node.js 16+
- Zoom API credentials (Client ID, Client Secret, Account ID)

### Installation

1. Clone the repository
2. Install dependencies:
   ```
   npm install
   ```
3. Create a `.env` file with your Zoom API credentials:
   ```
   ZOOM_CLIENT_ID=your_client_id
   ZOOM_CLIENT_SECRET=your_client_secret
   ZOOM_ACCOUNT_ID=your_account_id
   ```

### Running the Server

```
npm run dev
```

### Testing with MCP Inspector

```
npm run inspect
```

## API Categories

- **Meetings**: Create, read, update, and delete meetings
- **Users**: Manage users in your Zoom account
- **Webinars**: Create and manage webinars
- **Account**: Manage account settings and profile
- **Chat**: Manage Zoom Chat channels and messages
- **Phone**: Manage Zoom Phone users and numbers
- **Contacts**: Manage contacts
- **Recordings**: Access and manage cloud recordings
- **Reports**: Generate various reports
- **Webhooks**: Set up event notifications
- **Zoom Rooms**: Manage Zoom Rooms

## Resources

Access API documentation through resources:

```
zoom-api://overview
zoom-api://meetings
zoom-api://users
```

## Authentication

The server handles OAuth 2.0 authentication automatically using the Server-to-Server OAuth app credentials.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers