Chief of Staff
Three MCPs that turn meetings, channels, and docs into a single searchable workspace: Zoom Workspace for AI Companion summaries, transcripts, and recordings (Zoom's official MCP, published April 8, 2026); Slack for what came up across channels (official slackapi plugin); and Notion as the source of truth (4,302 stars).
Use case: When the agent needs to answer "what did we decide in that meeting?", "what came up in #product today?", or "what's already documented?" — pull from Zoom AI Companion transcripts and recordings, Slack channel context, and Notion source-of-truth docs. Builds out into morning briefings, weekly summaries, and decision-tracking skills.
“Zoom workspace server for meetings, chat, docs, recordings, and AI-generated collaboration content. Search meetings, chat, and docs to find summaries, transcripts, recordings, and related content. — io.github.zoom/zoom-workspace, MCP Registry, published 2026-04-08”
What's in the stack
MCP servers and CLI tools that make up this stack, and how each one runs.
| Tool | Primary use | Kind | Stars | GitHub |
|---|---|---|---|---|
| Zoom's official MCP server (published April 8, 2026 by Zoom) for meetings, Team Chat, Zoom Docs, and recordings. | MCP | 1 | repo | |
| Slack's official MCP plugin connects an agent to a Slack workspace via the remote server at mcp.slack.com. | MCP | 50 | repo | |
| Notion MCP Server connects an agent to a Notion workspace: search and read pages, create and update content, manage databases, and move pages between locations.. | MCP | 4,302 | repo |
Install the MCP servers
Pick the client you use. Each tab installs all 3 servers.
claude mcp add --transport http io-github-zoom-zoom-workspace https://mcp.zoom.us/mcp/zoom/streamable
claude mcp add --transport http io-github-slackapi-slack-mcp-plugin https://mcp.slack.com/mcp
claude mcp add --transport http makenotion-notion-mcp-server https://mcp.notion.com/sseAdd to your CLAUDE.md / AGENTS.md
Paste this into your project's CLAUDE.md or AGENTS.md so the agent knows when and how to use each tool in the stack.
## Tools
- **Zoom Workspace MCP** — Source for meeting context. When asked about a discussion or decision, search Zoom for the meeting first, read the AI Companion summary, then drop into the transcript only if needed. Quote speakers verbatim from the transcript; do not paraphrase decisions. Use the recording link if the user wants to re-listen.
- **Slack MCP** — Search before asking. If the user references "the thing in #product yesterday," find it in Slack and quote the message ID. When posting, draft first; do not send without explicit user confirmation.
- **Notion MCP** — The source of truth for documented decisions and ongoing work. Read existing pages before drafting new ones to avoid duplicates. New writeups go to a draft page in the user's inbox database, never directly into a shared workspace.
- **Working style** — This stack is for synthesis, not execution. Pull from the three sources, draft a summary, hand off to the user for review before any external action.Why each tool is in this stack
A short rationale per tool, plus its individual install.
by zoom · ★ 1 · MCP
Zoom's official Workspace MCP, published by Zoom on April 8, 2026 to the public MCP Registry as io.github.zoom/zoom-workspace. Streamable-HTTP remote at mcp.zoom.us — no local install. Search meetings, retrieve AI Companion summaries and transcripts, pull recording playback links, and create follow-up Zoom Docs from Markdown. First-party means no scraped credentials, no privacy-by-default training opt-out (the issue with Granola in 2026), and full Zoom AI Companion coverage.
claude mcp add --transport http io-github-zoom-zoom-workspace https://mcp.zoom.us/mcp/zoom/streamableSlack's official MCP plugin (50 stars). Search messages and channels, read threads, send messages, and create canvases — via the remote server at mcp.slack.com. The agent can answer "what came up in #product this week" without you scrolling. Workspace admin must approve MCP integration once.
claude mcp add --transport http io-github-slackapi-slack-mcp-plugin https://mcp.slack.com/mcpby makenotion · ★ 4,302 · MCP
Notion's official MCP (4,302 stars). Where decisions, briefs, and writeups live. Agents draft summaries from Zoom transcripts and Slack threads; you review before publishing.
claude mcp add --transport http makenotion-notion-mcp-server https://mcp.notion.com/sse
Last reviewed · Curated by stax.sh