CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Zoom Docs

zoom/mcp-registry
HTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

MCP Registry

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.

Published Servers

io.github.zoom/zoom-workspace

  • Registry metadata: zoom-workspace/server.json
  • Remote URL: https://mcp.zoom.us/mcp/zoom/streamable

Zoom 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-docs

  • Registry metadata: zoom-docs/server.json
  • Remote URL: https://mcp.zoom.us/mcp/docs/streamable

Zoom 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-whiteboard

  • Registry metadata: zoom-whiteboard/server.json
  • Remote URL: https://mcp.zoom.us/mcp/whiteboard/streamable

Zoom 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-accelerator

  • Registry metadata: zoom-revenue-accelerator/server.json
  • Remote URL: https://mcp.zoom.us/mcp/revenue_accelerator/streamable

Zoom 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-chat

  • Registry metadata: zoom-team-chat/server.json
  • Remote URL: https://mcp.zoom.us/mcp/team_chat/streamable

Zoom 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.

Registry Notes

  • Namespace: io.github.zoom/*
  • Transport: streamable-http
  • Current metadata versions in this repository: 1.0.2 for Workspace, Docs, and Whiteboard; 1.0.0 for Revenue Accelerator and Team Chat

Published Registry API Records

  • Search listing: https://registry.modelcontextprotocol.io/v0.1/servers?search=zoom&limit=100
  • Workspace latest version: https://registry.modelcontextprotocol.io/v0.1/servers/io.github.zoom%2Fzoom-workspace/versions/latest
  • Docs latest version: https://registry.modelcontextprotocol.io/v0.1/servers/io.github.zoom%2Fzoom-docs/versions/latest
  • Whiteboard latest version: https://registry.modelcontextprotocol.io/v0.1/servers/io.github.zoom%2Fzoom-whiteboard/versions/latest
  • Revenue Accelerator latest version: https://registry.modelcontextprotocol.io/v0.1/servers/io.github.zoom%2Fzoom-revenue-accelerator/versions/latest
  • Team Chat latest version: https://registry.modelcontextprotocol.io/v0.1/servers/io.github.zoom%2Fzoom-team-chat/versions/latest

Publishing Workflow

The 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.

Prerequisites

  • Install mcp-publisher
  • Authenticate with GitHub using an account that has access to the target GitHub organization
  • Ensure the GitHub organization membership associated with the namespace is public

Publish a New Version

  1. Update the relevant server.json.

  2. Increment the version field before publishing an update.

  3. Change into the corresponding server directory.

  4. Refresh or establish a login session if needed:

    mcp-publisher login github
    
  5. Publish the entry:

    mcp-publisher publish
    
  6. 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

Maintenance

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Documents & Knowledge
Registryactive
TransportHTTP
UpdatedMay 19, 2026
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
Pdf Document Mcp

csoai-org/pdf-document-mcp

pdf-document-mcp MCP server by MEOK AI Labs
Mcp Document Converter

xt765/mcp-document-converter

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
10
Markdown Formatter

io.github.xjtlumedia/markdown-formatter

AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
3
Better Notion

io.github.ai-aviate/better-notion

Operate Notion with a single Markdown document — read, create, and update pages in one call.
2
Notion

suekou/mcp-notion-server

Notion MCP Server enables LLMs to access Notion workspaces with optional Markdown conversion to save tokens.
892
Docx

meterlong/mcp-doc

A powerful Word document processing service based on FastMCP, enabling AI assistants to create, edit, and manage docx files with full formatting support. Preserves original styles when editing content. 基于FastMCP的强大Word文档处理服务,使AI助手能够创建、编辑和管理docx文件,支持完整的格式设置功能。在编辑内容时能够保留原始样式和格式,实现精确的文档操作。
185