Now you can date a Zoom meeting with AI's help
list my meetings
list my upcoming meetings
Schedule a meeting at today 3 pm with a introduce mcp topic
delete the latest meeting
delete the 86226580854 meeting
Retrieve the latest meeting's details
Retrieve 86226580854 meeting's details
- Get Zoom Client ID, Zoom Client Secret and Account ID
- Config MCP server
- 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
{
"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}"
}
}
}
}