Skip to content
VS Code

zoom whiteboard for VS Code

io.github.zoom/zoom-whiteboard

Zoom Whiteboard server for creating boards and diagrams and locating existing boards.

client:VS Code transport:streamable-http

Install zoom whiteboard in VS Code

.vscode/mcp.json

{
  "servers": {
    "zoom-whiteboard": {
      "type": "http",
      "url": "https://mcp.zoom.us/mcp/whiteboard/streamable"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

zoom whiteboard in other clients