A streamlined interface to Zoom's document platform that handles creating new docs from Markdown and pulling existing docs or notes back out as Markdown. You get two directions: push structured content in, pull it back out for analysis or repurposing. Zoom also publishes a fuller workspace server that covers meetings, chat, and recordings, but this one stays focused on the document layer. Useful when you're building agents that need to generate meeting notes, capture action items in a persistent format, or retrieve documentation without touching the broader Zoom API surface. It's read and create only, no updates or deletes, which keeps the scope tight for automated workflows.
This project provides Zoom's registry of MCP servers at registry.modelcontextprotocol.io. It contains the published registry metadata for remote MCP servers. It does not contain the server implementations themselves.
io.github.zoom/zoom-workspacehttps://mcp.zoom.us/mcp/zoom/streamableZoom Workspace exposes Zoom meetings, Team Chat, and Zoom Docs to MCP clients. It supports natural-language retrieval of AI-generated summaries, transcripts, recordings, shared documents, and meeting assets, along with recording-specific resources such as playback links and next steps. It can retrieve Zoom Docs content, list cloud recordings, and create follow-up Zoom Docs from Markdown. This server is intended for workflows such as locating where a topic was discussed, generating agendas, capturing notes, identifying action items, and creating follow-up documents from existing Zoom collaboration data.
io.github.zoom/zoom-docshttps://mcp.zoom.us/mcp/docs/streamableZoom Docs provides a focused MCP surface for working with Zoom documents and notes. It currently supports creating new Zoom Docs from Markdown content and retrieving existing Zoom Docs or notes in Markdown form. The server is designed for structured document generation and readback flows used by AI agents and developer tooling, without exposing broader document lifecycle operations such as update or delete.
io.github.zoom/zoom-whiteboardhttps://mcp.zoom.us/mcp/whiteboard/streamableZoom Whiteboard provides MCP tools for creating new editable whiteboards and diagrams from prompts and for locating existing boards in a user's account. It is intended for workshop planning, visual collaboration, and diagram-generation use cases, including simple flowcharts and more technical diagram types. The server only exposes boards the authenticated user can access.
io.github.zoom/zoom-revenue-acceleratorhttps://mcp.zoom.us/mcp/revenue_accelerator/streamableZoom Revenue Accelerator provides a focused MCP surface for sales insights, conversations, and deal intelligence. It is intended for workflows such as reviewing customer interactions, preparing follow-up notes, and finding context from revenue-related conversations and activity.
io.github.zoom/zoom-team-chathttps://mcp.zoom.us/mcp/team_chat/streamableZoom Team Chat provides a focused MCP surface for chat channels, messages, contacts, and collaboration context. It is intended for workflows such as locating chat history, preparing summaries, and generating follow-ups from Team Chat activity.
io.github.zoom/*streamable-http1.0.2 for Workspace, Docs, and Whiteboard; 1.0.0 for Revenue Accelerator and Team Chathttps://registry.modelcontextprotocol.io/v0.1/servers?search=zoom&limit=100https://registry.modelcontextprotocol.io/v0.1/servers/io.github.zoom%2Fzoom-workspace/versions/latesthttps://registry.modelcontextprotocol.io/v0.1/servers/io.github.zoom%2Fzoom-docs/versions/latesthttps://registry.modelcontextprotocol.io/v0.1/servers/io.github.zoom%2Fzoom-whiteboard/versions/latesthttps://registry.modelcontextprotocol.io/v0.1/servers/io.github.zoom%2Fzoom-revenue-accelerator/versions/latesthttps://registry.modelcontextprotocol.io/v0.1/servers/io.github.zoom%2Fzoom-team-chat/versions/latestThe MCP Registry entries in this repository are published with mcp-publisher.
For the Zoom-specific step-by-step publishing history and lessons learned, see RUNBOOK.md.
mcp-publisherUpdate the relevant server.json.
Increment the version field before publishing an update.
Change into the corresponding server directory.
Refresh or establish a login session if needed:
mcp-publisher login github
Publish the entry:
mcp-publisher publish
Verify the published record using the registry API URLs listed above.
Example:
cd zoom-workspace
mcp-publisher publish
To publish the two newer entries:
cd ~/temp/mcp-registry-publish/zoom-revenue-accelerator
mcp-publisher publish
cd ~/temp/mcp-registry-publish/zoom-team-chat
mcp-publisher publish
Published entries can be updated by modifying the corresponding server.json, incrementing the version, and republishing from that server's directory with mcp-publisher publish.
csoai-org/pdf-document-mcp
xt765/mcp-document-converter
io.github.xjtlumedia/markdown-formatter
io.github.ai-aviate/better-notion
suekou/mcp-notion-server
meterlong/mcp-doc