Z

Zoom

Query and manage Zoom meetings and recordings.

·No reviews yet
Repo
Share:

About

Auto-generated

Zoom is a Model Context Protocol server in the Communication category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Zoom.

What is the Zoom MCP and what does it do?
The Zoom MCP allows you to query and manage Zoom meetings and recordings. It integrates Zoom functionalities directly into your MCP client, enabling automation and enhanced workflows related to video conferencing.
How can I install the Zoom MCP in a client like Cline?
Installation typically involves adding the Zoom MCP server URL to your client's configuration. For Cline, this usually means adding the 'zoom' slug and the 'stdio' transport to your client.json file, referencing the community provider.
Does the Zoom MCP require an API key or other credentials?
Yes, the Zoom MCP uses OAuth for authentication. You will need to configure OAuth credentials within your MCP client to allow the MCP to access your Zoom account securely.
What are the key capabilities of the Zoom MCP?
This MCP primarily focuses on managing Zoom meetings and recordings. It allows for operations such as listing meetings, retrieving meeting details, and potentially managing recording playback or deletion. Specific tools depend on the server implementation.
Is there a cost associated with using the Zoom MCP?
The Zoom MCP itself is provided by the community, implying it is open source and free to use. However, costs may apply for the underlying Zoom services, depending on your Zoom subscription plan.
What is a common limitation when using the Zoom MCP?
A common limitation is that the MCP's capabilities are restricted to the functionalities exposed by the community server. Advanced or newly released Zoom features might not be immediately available through this MCP without server updates.

Install Zoom

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "zoom": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zoom"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "zoom": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zoom"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "zoom": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zoom"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.