What is the io.github.zoom/zoom-docs MCP server?
Zoom Docs server for creating and retrieving Zoom documents and notes in Markdown.
How to install io.github.zoom/zoom-docs
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"zoom-docs": {
"url": "https://mcp.zoom.us/mcp/docs/streamable"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"zoom-docs": {
"serverUrl": "https://mcp.zoom.us/mcp/docs/streamable"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"zoom-docs": {
"type": "http",
"url": "https://mcp.zoom.us/mcp/docs/streamable"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"zoom-docs": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zoom.us/mcp/docs/streamable"
]
}
}
}Claude Code
claude mcp add --transport http zoom-docs https://mcp.zoom.us/mcp/docs/streamableRelated MCP servers
Zoom Revenue Accelerator server for sales insights, conversations, and deal intelligence.
View repository →Zoom Team Chat server for channels, messages, contacts, and chat collaboration.
View repository →Zoom Whiteboard server for creating boards and diagrams and locating existing boards.
View repository →Zoom workspace server for meetings, chat, docs, recordings, and AI-generated collaboration content.
View repository →