1
Sign in to the Zoom Marketplace
Go to https://marketplace.zoom.us/ and sign in with your Zoom account credentials.
2
Create a new app
- Click Develop in the top navigation, then select Build App.
- Choose Server-to-Server OAuth from the app type list.
- Give your app a name (for example, “Zoom MCP Server”) and click Create.
3
Copy your credentials
On the App Credentials page, you will see three values you need:
- Account ID
- Client ID
- Client Secret
.env file in the next step of the setup process.4
Add the required OAuth scopes
Navigate to the Scopes section of your app and add the following scopes:
Save your changes after adding all four scopes.
5
Activate the app
Go to the Activation section and click Activate your app. The app must be active before the Zoom MCP Server can request tokens on its behalf.
Zoom Server-to-Server OAuth access tokens expire after one hour. The Zoom MCP Server monitors token expiration and automatically refreshes the token when it is within five minutes of expiring — you do not need to do anything manually. You can adjust when the refresh triggers with the
ZOOM_AUTO_REFRESH_THRESHOLD environment variable.