
design-mcp-workflow
✓ Official★ 22,300by anthropic · part of anthropics/knowledge-work-plugins
Design a Zoom MCP workflow for Claude. Use when deciding whether Zoom MCP fits a task, when planning tool-based AI workflows, or when separating MCP…
Design a Zoom MCP workflow for Claude. Use when deciding whether Zoom MCP fits a task, when planning tool-based AI workflows, or when separating MCP…
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
by anthropic
Design a Zoom MCP workflow for Claude. Use when deciding whether Zoom MCP fits a task, when planning tool-based AI workflows, or when separating MCP…
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill design-mcp-workflow
Download ZIPGitHub22.3k
Design MCP Workflow
Use this skill when the user wants Claude or another MCP-capable client to interact with Zoom via tool calls instead of only deterministic API code.
Covers
-
MCP fit assessment
-
REST API vs MCP boundaries
-
Hybrid architectures
-
Connector expectations
-
Whiteboard-specific MCP routing
Workflow
-
Decide whether the problem is agentic tooling, deterministic automation, or both.
-
Route MCP-only tasks to zoom-mcp.
-
If Whiteboard is central, route to zoom-mcp/whiteboard.
-
Call out transport, auth, and client capability assumptions explicitly.
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill design-mcp-workflowRun this in your project — your agent picks the skill up automatically.
Common Mistakes
-
Using MCP for deterministic backend jobs that should stay in REST
-
Treating MCP as a replacement for all API design
-
Ignoring client transport support and auth requirements