Skip to main content
Glama

Zoom MCP Server

mcp.json951 B
{ "inputs": [ { "type": "promptString", "id": "zoom_account_id", "description": "Zoom Account ID", "password": true }, { "type": "promptString", "id": "zoom_client_id", "description": "Zoom Client ID", "password": true }, { "type": "promptString", "id": "zoom_client_secret", "description": "Zoom Client Secret", "password": true } ], "servers": { "zoom-mcp-server": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "ZOOM_ACCOUNT_ID", "-e", "ZOOM_CLIENT_ID", "-e", "ZOOM_CLIENT_SECRET", "ghcr.io/javaprogrammerlb/zoom-mcp-server" ], "env": { "ZOOM_ACCOUNT_ID": "${input:zoom_account_id}", "ZOOM_CLIENT_ID": "${input:zoom_client_id}", "ZOOM_CLIENT_SECRET": "${input:zoom_client_secret}" } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JavaProgrammerLB/zoom-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server