zoom-mcp-server
1
The Zoom API MCP Server provides comprehensive coverage for interacting with the Zoom API, including OAuth 2.0 authentication and structured tools. It facilitates managing meetings, users, webinars, and more, with proper error handling and documentation resources.
Zoom API MCP Server
- Comprehensive interaction with the Zoom API
- Features include OAuth 2.0 authentication, structured tools, API documentation, error handling, and response formatting
Features
- Full Zoom API endpoint coverage
- OAuth 2.0
- Proper validation
- Error handling
API Categories
- Meetings, Users, Webinars, Account, Chat, Phone, Contacts, Recordings, Reports, Webhooks, Zoom Rooms
Getting Started
-
Prerequisites: Node.js 16+, Zoom API credentials
-
Installation: Clone repo, install dependencies, configure
.env
-
Running: Use
npm run dev
for development andnpm run inspect
for testing with MCP Inspector -
Authentication
-
Server handles OAuth 2.0 with S2S OAuth app credentials.