Zoom MCP Server

Communicationhttp-streaming
代码仓库

Zoom's official remote MCP server, published to the MCP registry, that gives AI agents access to Zoom capabilities over the Model Context Protocol. Supports semantic meeting search, Zoom-wide chat and docs search, meeting assets and recording resources, and Zoom Docs import/export, so assistants can find and summarize meeting content and manage related data. Authenticates via OAuth.

连接

将此配置添加到 .claude/mcp.json

{
  "mcpServers": {
    "zoom": {
      "url": "https://github.com/zoom/mcp-registry"
    }
  }
}

工具 (2)

search_meetings

Perform semantic search across Zoom meetings and recordings.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Natural-language search query"
    }
  }
}

get_recording

Retrieve recording resources and assets for a specific meeting.

{
  "type": "object",
  "required": [
    "meeting_id"
  ],
  "properties": {
    "meeting_id": {
      "type": "string",
      "description": "ID of the meeting"
    }
  }
}

资源

此服务器未提供任何资源。

提示词

此服务器未提供任何提示词。

服务器信息

作者
Zoom (@zoom)
代码仓库
https://github.com/zoom/mcp-registry
星标
0
最后更新
2026年7月12日