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.
Connect
Add this configuration to .claude/mcp.json
{
"mcpServers": {
"zoom": {
"url": "https://github.com/zoom/mcp-registry"
}
}
}Tools (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"
}
}
}Resources
This server does not expose any resources.
Prompts
This server does not expose any prompts.
Server Information
- Author
- Zoom (@zoom)
- Repository
- https://github.com/zoom/mcp-registry
- Stars
- 0
- Last Updated
- July 12, 2026