How to Use the Zoom MCP in Claude Code
Run autonomous Zoom management scripts using Claude Code in CI/CD pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Zoom MCP to Claude Code
Create your Vinkius account to connect Zoom to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Scheduled Meeting Automation
Use `create_meeting` to schedule a video call for the next quarter. Need it gone when the project ends? Run a script with `delete_meeting`. This is perfect for scheduled, headless actions. You can write a cron job that calls `create_meeting` every Monday morning and uses `get_user` to ensure the correct primary organizer is attached.
Automated Reporting Scripts
To generate a report on upcoming events, your script first runs `list_meetings`. Then, it filters those results and calls `get_meeting` for each one. The output can be piped into CSV or JSON format. This entire sequence executes in the background of a GitHub Action, generating a full report without needing any GUI.
User Provisioning Pipeline
For onboarding scripts, use `list_users` to check who already exists. If you need details on a specific user, call `get_user`. This allows your script to manage accounts programmatically. This is ideal for Docker containers; the container runs the script, verifies the list of users against your desired state, and exits with a clean status code.
Set up Zoom MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seezoom-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Zoom transactions." It will automatically discover and invoke the available Zoom tools.
claude mcp add --transport http zoom-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Zoom MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Zoom MCP today
We host it, we monitor it, we maintain it. You just paste one token.