zoom whiteboard for Claude Desktop
io.github.zoom/zoom-whiteboard
Zoom Whiteboard server for creating boards and diagrams and locating existing boards.
client:Claude Desktop
transport:streamable-http
Install zoom whiteboard in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"zoom-whiteboard": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zoom.us/mcp/whiteboard/streamable"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs