Zoom MCP Server

by JavaProgrammerLB
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides integration with Zoom Meeting services, allowing for AI-assisted meeting scheduling and management through the Zoom API using Server to Server OAuth authentication.

Zoom MCP Server

Now you can date a Zoom meeting with AI's help

3 Steps to play with zoom-mcp-server

  • Download this repository
  • Get Zoom Client ID, Zoom Client Secret and Account ID
  • Config MCP server

1. Download this repository

git clone https://github.com/JavaProgrammerLB/zoom-mcp-server

2. Get Zoom Client ID, Zoom Client Secret and Account ID

  1. vist Zoom Marketplace
  2. Build App and choose Server to Server OAuth App
  3. Add Scope > Meeting > Select All Meeting Permissions
  4. Active your app then you can get Account ID, Client ID, Client Secret in App Credentials page

3. Config MCP Server

{ "mcpServers": { "zoom-mcp-server": { "command": "npx", "args": [ "/PATH/TO/zoom-mcp-server" ], "env": { "ZOOM_ACCOUNT_ID": "${ZOOM_ACCOUNT_ID}", "ZOOM_CLIENT_ID": "${ZOOM_CLIENT_ID}", "ZOOM_CLIENT_SECRET": "${ZOOM_CLIENT_SECRET}" } } } }

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

An AI-assisted server that enables dating within Zoom meetings, requiring Zoom API credentials (Client ID, Client Secret, Account ID) for setup.

  1. 3 Steps to play with zoom-mcp-server
    1. 1. Download this repository
    2. 2. Get Zoom Client ID, Zoom Client Secret and Account ID
    3. 3. Config MCP Server
ID: 6oa2kkmgws