Zoom Whiteboard server for creating boards and diagrams and locating existing boards.
claude mcp add zoom-whiteboard --transport http https://mcp.zoom.us/mcp/whiteboard/streamable
~/.cursor/mcp.json
{
"mcpServers": {
"zoom-whiteboard": {
"url": "https://mcp.zoom.us/mcp/whiteboard/streamable"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"zoom-whiteboard": {
"serverUrl": "https://mcp.zoom.us/mcp/whiteboard/streamable"
}
}
}
.vscode/mcp.json
{
"servers": {
"zoom-whiteboard": {
"type": "http",
"url": "https://mcp.zoom.us/mcp/whiteboard/streamable"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"zoom-whiteboard": {
"url": "https://mcp.zoom.us/mcp/whiteboard/streamable"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"zoom-whiteboard": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zoom.us/mcp/whiteboard/streamable"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.zoom.us/mcp/whiteboard/streamable | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.zoom--zoom-whiteboard/reviews or the review_server meta-tool.
POST /mcp