Metabase's built-in MCP server — search, query and visualise your BI data through the semantic layer, scoped to the connecting person's existing Metabase permissions.
Zoom Workspace MCP Server
Summary
Zoom's official hosted MCP server — semantic meeting search, AI Companion summaries, transcripts, recordings, and cross-Zoom search over Team Chat, Canvas and My Notes.
Features
- Hosted remote server — no local install, streamable HTTP transport
- Semantic meeting search (search_meetings) over content, not just titles
- Cross-Zoom search across Team Chat, Canvas and My Notes (search_zoom)
- Meeting assets: AI Companion summaries, transcripts and recording resources
- Read and write Canvas and Zoom Hub files from markdown
- Six narrower per-product servers if you want tighter scoping
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Zoom hosts its own remote MCP server at mcp.zoom.us, so there is nothing to install and no local process to babysit — you point an MCP client at a streamable HTTP endpoint, authorise it against your Zoom account, and the assistant can reach the meeting history you already have.
The Workspace server is the unified one. Its verified tool set covers search_meetings for semantic search over meeting content rather than titles, search_zoom for cross-product search across Team Chat messages, Zoom Canvas and My Notes, get_meeting_assets and get_recording_resource for pulling the transcript, AI Companion summary and recording tied to a specific meeting, recordings_list for browsing cloud recordings, plus create_new_file_with_markdown, get_file_content, hub_create_file_from_content and hub_get_file_content for reading and writing Canvas and Zoom Hub documents.
Zoom also publishes narrower servers on the same host if you would rather scope access tightly: Meetings (/mcp/meeting/streamable), Team Chat (/mcp/chat/streamable), Docs/Canvas (/mcp/docs/streamable), Tasks (/mcp/tasks/streamable), Whiteboard (/mcp/whiteboard/streamable) and Revenue Accelerator (/mcp/revenue_accelerator/streamable).
Setup is not one-click. Authentication is user-level OAuth 2.0 with PKCE, and the token has to come from a General (user-managed) app you create in the Zoom App Marketplace — grant it only the scopes the tools you plan to call actually need, then point your client at the endpoint with a bearer token. Individual tools and product areas carry their own Zoom licence requirements, so a tool can appear in tools/list and still refuse to run on a plan that does not include the underlying product.
Worth it for the obvious reason: meeting transcripts and summaries are where a lot of a company's decisions actually live, and this is the supported way to let an agent read them.
Related MCP Servers
Amplitude's official hosted MCP server with 50+ tools over analytics, cohorts, experiments, feature flags, taxonomy and session replay, secured by OAuth and existing RBAC roles.
Miro's official hosted MCP server at mcp.miro.com — let agents search and summarise boards, build them, generate diagrams and act on comments, on any Miro plan.
Google's own remote MCP endpoints for Gmail, Drive, Docs, Sheets, Slides, Calendar, Chat and People — OAuth 2.0, hosted by Google, no server to run.
