Zoom MCP Server
Schedule and manage Zoom meetings with AI assistance. Requires Zoom API credentials for configuration.
Zoom MCP Server
Now you can date a Zoom meeting with AI's help
Usage
1. list meetings
list my meetings
list my upcoming meetings
2. create a meeting
Schedule a meeting at today 3 pm with a introduce mcp topic
3. delete a meeting
delete the latest meeting
delete the 86226580854 meeting
4. get a meeting detail
Retrieve the latest meeting's details
Retrieve 86226580854 meeting's details
Usage with VS Code
2 Steps to play with zoom-mcp-server
- Get Zoom Client ID, Zoom Client Secret and Account ID
- Config MCP server
1. Get Zoom Client ID, Zoom Client Secret and Account ID
- vist 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
2. Config MCP Server
{
"mcpServers": {
"zoom-mcp-server": {
"command": "npx",
"args": ["-y", "@yitianyigexiangfa/zoom-mcp-server@latest"],
"env": {
"ZOOM_ACCOUNT_ID": "${ZOOM_ACCOUNT_ID}",
"ZOOM_CLIENT_ID": "${ZOOM_CLIENT_ID}",
"ZOOM_CLIENT_SECRET": "${ZOOM_CLIENT_SECRET}"
}
}
}
}
Related Servers
A2A Client MCP Server
An MCP server client for the Agent-to-Agent (A2A) protocol, enabling LLMs to interact with A2A agents.
Confluence
Interact with Confluence to execute CQL queries, retrieve page content, and update pages.
Gmail MCP Server
Allows AI agents to search Gmail threads, learn your writing style, and draft emails.
Human-in-the-Loop
Allows AI assistants to ask questions to humans via Discord.
Hacker News
Fetch and interact with Hacker News content, including top stories, comments, and search functionality.
Pushinator MCP
Send push notifications via the Pushinator service. Requires an API token from your Pushinator account.
Warpcast
An MCP server for interacting with the Warpcast social network.
Twitter MCP
Interact with Twitter to post and search for tweets.
S-IMSY MCP Server
Provides SSE and HTTP streamable connection endpoints, authenticated via a SIMSY App token.
MCP Notification Server
Sends periodic notifications every 10 seconds.