MCP Directory
Back

mcp-registry

by zoom · ★ 2

This project provides Zoom's registry of MCP servers at registry.modelcontextprotocol.io. It contains the published registry metadata for remote MCP servers. It does not contain the server implementations themselves.

Install

git clone https://github.com/zoom/mcp-registry.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-registry": {
      "command": "npx",
      "args": [
        "-y",
        "github:zoom/mcp-registry"
      ]
    }
  }
}

From the README

This project provides Zoom's registry of MCP servers at . It contains the published registry metadata for remote MCP servers. It does not contain the server implementations themselves. - Registry metadata: [zoom-workspace/server.json](./zoom-workspace/server.json) - Remote URL: Zoom Workspace exposes Zoom meetings, Team Chat, and Zoom Docs to MCP clients. It supports natural-language retrieval of AI-generated summaries, transcripts, recordings, shared documents, and meeting assets, along with recording-specific resources such as playback links and next steps. It can retrieve Zoom Docs conte…
Read full README on GitHub →

Related other servers