zoom-mcp/whiteboard

Guide Zoom Whiteboard MCP authentication, endpoint usage, and whiteboard_id mapping.

7|2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/zoom/zoom-plugin --skill zoom-mcp-whiteboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoom-mcp/whiteboard
Source: https://github.com/zoom/zoom-plugin/tree/main/skills/zoom-mcp/whiteboard
Command: npx skills add https://github.com/zoom/zoom-plugin --skill zoom-mcp-whiteboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Guidance for Zoom's Whiteboard MCP server, covering authentication, endpoint usage, ID mapping, and common tool workflows such as list_whiteboards and get_a_whiteboard. This skill helps teams integrate Whiteboard MCP without navigating the full Zoom document tree.

Core Features & Use Cases

  • Authentication guidance with user-level OAuth and required scopes for Whiteboard MCP.
  • Endpoint guidance for streamable and SSE endpoints.
  • ID mapping rules for extracting whiteboard_id from the URL path and using it in API calls.
  • Read/write workflows including list_whiteboards, get_a_whiteboard, and collaborator management.

Quick Start

Authenticate with a user OAuth token that includes Whiteboard read and write scopes, then list whiteboards to locate the desired whiteboard_id before retrieving details.

Frequently Asked Questions about zoom-mcp/whiteboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate to use Zoom Whiteboard MCP endpoints?

To authenticate with Zoom Whiteboard MCP endpoints, you need a user-level OAuth token that includes Whiteboard read and write scopes. This token grants access to streamable or SSE endpoints for executing MCP server tools.

What is the correct way to map a whiteboard_id from a Zoom URL for API calls?

Whiteboard ID mapping involves extracting the whiteboard_id directly from the URL path. You must use this extracted ID in your API calls to ensure correct targeting when retrieving details or managing collaborators within MCP sessions.

How do I list and retrieve Zoom Whiteboard details through an MCP server?

To list and retrieve Zoom Whiteboard details, call the list_whiteboards tool to locate your desired whiteboard_id, then use the get_a_whiteboard tool with that ID to retrieve specific whiteboard details via the MCP server.

Do I need specific OAuth scopes to manage collaborators on a Zoom Whiteboard?

Yes, managing collaborators on a Zoom Whiteboard requires a user-level OAuth token with Whiteboard read and write scopes. These scope checks are enforced by the MCP server before allowing collaborator management workflows.

What are the available endpoints for Zoom Whiteboard MCP sessions?

Zoom Whiteboard MCP sessions support streamable and SSE endpoints. These endpoints facilitate the execution of available tools like list_whiteboards and get_a_whiteboard, ensuring continuous data streaming and event updates during your session.