Zoom MCP Server

Communicationhttp-streaming
Repository

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.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

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

Araçlar (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"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Zoom (@zoom)
Repository
https://github.com/zoom/mcp-registry
Yıldızlar
0
Son güncelleme
12 Temmuz 2026