zoom-mcp-server
Manages Zoom meetings with capabilities to create, update, delete, and retrieve meetings via the Zoom API.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zoom-mcp-servercreate a meeting titled 'Project Review' for tomorrow at 3pm"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Zoom MCP Server
A Model Context Protocol (MCP) server for managing Zoom meetings via Claude or Cursor.
This server enables you to create, update, delete, and retrieve Zoom meetings using a standardized MCP interface, making it easy to integrate with AI tools like Claude and Cursor.
⚙️ Claude / Cursor Configuration
To use this MCP server with Claude or Cursor, add the following to your MCP config file( Claude: claude_desktop_config.json | Cursor: .cursor/mcp.json ):
Step 1. Get Zoom Client ID, Zoom Client Secret and Account ID
visit Zoom Marketplace
Build App and choose Server to Server OAuth App
Add Scope > Meeting > Select All Meeting Permissions
Active your app then you can get Account ID, Client ID, Client Secret in App Credentials page
Step 2. Config MCP Server
{
"mcpServers": {
"zoom": {
"command": "npx",
"args": [
"-y", "@prathamesh0901/zoom-mcp-server"
],
"env": {
"ZOOM_ACCOUNT_ID": "Your Zoom Account ID",
"ZOOM_CLIENT_ID": "Your Zoom Client ID",
"ZOOM_CLIENT_SECRET": "Your Zoom Client Secret"
}
}
}
}🛡️ Replace the credentials with your Zoom App credentials created on the Zoom Marketplace.
Related MCP server: Zoom API MCP Server
🛠 Features
Tool | Description |
| Retrieve all active Zoom meetings |
| Create a new Zoom meeting |
| Update an existing meeting |
| Delete a Zoom meeting |
Each tool is implemented using Zod schema validation for parameters.
🧑💻 Local Development
Clone the repo:
git clone https://github.com/Prathamesh0901/zoom-mcp-server.git
cd zoom-mcp-serverInstall dependencies:
npm installRun in development mode:
npm run devBuild for production:
npm run buildRun the compiled server:
npm start🤝 Contributing
Contributions are welcome and appreciated! To contribute:
Fork the repository
Create a new branch:
git checkout -b feature/your-feature-nameMake your changes and commit:
git commit -m "Add some feature"Push to your fork and open a pull request.
📄 License
This project is licensed under the MIT License.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Zoom Meetings server for meeting search, recordings, transcripts, summaries, and meeting assets.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP (Multi-Agent Conversation Protocol) Server that enables interaction with the Zoom API through natural language commands, auto-generated using AG2's MCP builder.-
- -licenseNot gradedqualityNot gradedmaintenanceAn MCP Server that enables interaction with Zoom's API through the Multi-Agent Conversation Protocol, allowing users to access and control Zoom's functionality via natural language commands.-
- FlicenseNot gradedqualityDmaintenanceAn MCP (Multi-Agent Conversation Protocol) Server that enables interaction with the Zoom API through natural language, auto-generated using AG2's MCP builder.-
- AlicenseBqualityDmaintenanceMCP server for managing Claude Code conversation sessions1260MIT