Video conferencing platform
Schedule and manage Zoom meetings programmatically.
{
"mcpServers": {
"zoom": {
"env": {
"ZOOM_CLIENT_ID": "your_client",
"ZOOM_ACCOUNT_ID": "your_account",
"ZOOM_CLIENT_SECRET": "your_secret"
},
"args": [
"-y",
"@zoom/mcp-server"
],
"command": "npx"
}
}
}ZOOM_CLIENT_IDyour_clientZOOM_ACCOUNT_IDyour_accountZOOM_CLIENT_SECRETyour_secret