MCP server

Zoom Docs
MCPOfficial Zoom Docs MCP. Notes as markdown.
Zoom’s docs server. Create and retrieve documents in the account you OAuth.
latest·Proprietary·Updated this quarter·github.com/zoom/mcp-registry·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"zoom-docs": {
"url": "https://mcp.zoom.us/mcp/docs/streamable"
}
}
}By Zoom
Spec
What the server actually exposes.
list_docs
readDocs you can see.
get_doc
readA document as markdown.
create_doc
writeCreate after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
zoom-docs-mcp.mcp/tools
Tools
- read
list_docs
Docs you can see.
- read
get_doc
A document as markdown.
- write
create_doc
Create after you confirm.
Last call
{ "ok": true,
"tool": "list_docs",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
