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
Последнее обновление
12 июля 2026 г.