DEV Community

curatedmcp for CuratedMCP

Posted on Originally published at curatedmcp.com

Zoom MCP: Automate Meeting Management and Transcript Processing in Your AI Workflows

Install guide and config at curatedmcp.com

Zoom MCP: Automate Meeting Management and Transcript Processing in Your AI Workflows

Zoom MCP is the official integration that connects Claude, Cursor, and other AI agents directly to your Zoom workspace. Instead of manually juggling meeting links, transcripts, and recordings, your AI can now schedule meetings, retrieve transcripts, manage recordings, and pull attendance data—all through natural language commands.

Think of it as giving Claude access to your entire Zoom calendar and meeting history. It works with Zoom Workplace Business and above, and it's free.

What It Does

Zoom MCP unlocks several capabilities for AI agents:

  • Meeting scheduling: Create meetings with participants, set agendas, configure settings, and generate shareable links
  • Transcript access: Retrieve full meeting transcripts and AI-generated summaries from Zoom AI Companion
  • Recording management: Download, list, and organize cloud recordings programmatically
  • Analytics: Pull attendance reports, participation metrics, and engagement data
  • Webinars: Create and manage webinar registrations
  • Team chat: Access Zoom Team Chat history for context
  • Zoom Apps: Build and manage custom integrations within Zoom

The killer feature is post-meeting automation. After a call ends, Claude can fetch the transcript, extract action items, update your Linear or Jira board (via other MCPs), and draft follow-up emails—no manual work required.

How to Install

Install Zoom MCP with a single command:

npx -y @zoom/mcp
Enter fullscreen mode Exit fullscreen mode

Then add it to your Claude Desktop configuration:

{
  "mcpServers": {
    "zoom-mcp": {
      "command": "npx -y @zoom/mcp"
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

You'll need valid Zoom API credentials (OAuth token or JWT). See the official docs for credential setup.

Real-World Use Cases

  • Automated meeting summaries: Schedule a meeting, let Claude sit in on it (via transcript access), extract decisions and TODOs, and sync them to your project management tool instantly
  • Meeting prep at scale: Have Claude pull transcripts from your last 5 standups, identify recurring blockers, and draft a summary for your engineering lead
  • Recording library: Ask Claude to find all recordings from Q4, organize them by project, and generate searchable summaries for knowledge sharing

Full install guides for Claude Desktop, Cursor, Windsurf, and more at CuratedMCP.

Top comments (0)