Skip to main content
Glama

Zoom API MCP Server

Servidor MCP de la API de Zoom

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.
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor de protocolo de contexto de modelo integral que permite la interacción con el conjunto completo de puntos finales de la API de Zoom, proporcionando herramientas estructuradas con la validación adecuada y autenticación OAuth 2.0 para administrar reuniones, usuarios, seminarios web y otros recursos de Zoom.

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables AI agents to join and interact with online meetings (Zoom and Google Meet), capturing transcripts and recordings to generate meeting summaries.
    Last updated -
    3
    4
    TypeScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    A server that implements the Model Context Protocol, providing a standardized way to connect AI models to different data sources and tools.
    Last updated -
    2
    8
    TypeScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
    Last updated -
    1
    Python
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that enables LLMs to explore and interact with API specifications by providing tools for loading, browsing, and getting detailed information about API endpoints.
    Last updated -
    4
    7
    13
    TypeScript

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattcoatsworth/zoom-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server