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.
Zoom API MCP Server
Project Details
- mattcoatsworth/zoom-mcp-server
- Last Updated: 4/4/2025
Recomended MCP Servers
Model Context Protocol server that integrates AgentQL's data extraction capabilities.
List-read-process-analyze images
🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support Firecrawl, SearXNG, Tavily, DuckDuckGo, Bing, etc.
MCP
A Model Context Protocol (MCP) server that provides call graph analysis capabilities to LLMs through the nuanced library
This is an MCP server that allows you to directly download transcripts of YouTube videos.
This read-only MCP Server allows you to connect to Oracle Financials Cloud data from Claude Desktop through CData...
Model Context Protocol (MCP) Server for HashiCorp Vault secret management
🧠 An adaptation of the MCP Sequential Thinking Server to guide tool usage. This server provides recommendations for...
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and video generation...





