Zoom MCP Server logo

Zoom MCP Server

by JavaProgrammerLB

The Zoom MCP Server allows you to integrate Zoom meetings with AI assistance. It facilitates dating a Zoom meeting with the help of AI.

View on GitHub

Last updated: N/A

Zoom MCP Server

NPM Version

NPM Version

MIT licensed

MIT licensed

smithery badge

smithery badge

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

about.jpg

about.jpg

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

  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

2. Config MCP Server

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