MCP Server
Maintained
MIT
io.github.zoom/zoom-meetings MCP Server
io.github.zoom/zoom-meetings
What is the io.github.zoom/zoom-meetings MCP server?
Zoom Meetings server for meeting search, recordings, transcripts, summaries, and meeting assets.
How to install io.github.zoom/zoom-meetings
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"zoom-meetings": {
"url": "https://mcp.zoom.us/mcp/meeting/streamable"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"zoom-meetings": {
"serverUrl": "https://mcp.zoom.us/mcp/meeting/streamable"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"zoom-meetings": {
"type": "http",
"url": "https://mcp.zoom.us/mcp/meeting/streamable"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"zoom-meetings": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zoom.us/mcp/meeting/streamable"
]
}
}
}Claude Code
claude mcp add --transport http zoom-meetings https://mcp.zoom.us/mcp/meeting/streamableRelated MCP servers
io.github.zoom/zoom-docs
Maintained
Zoom Docs server for creating and retrieving Zoom documents and notes in Markdown.
3
View repository →MIT
io.github.zoom/zoom-revenue-accelerator
Maintained
Zoom Revenue Accelerator server for sales insights, conversations, and deal intelligence.
3
View repository →MIT
io.github.zoom/zoom-tasks
Maintained
Zoom Tasks server for creating, updating, assigning, and synchronizing task workflows.
3
View repository →MIT
io.github.zoom/zoom-team-chat
Maintained
Zoom Chat server for channels, messages, contacts, files, and chat collaboration.
3
View repository →MIT
io.github.zoom/zoom-whiteboard
Maintained
Zoom Whiteboard server for creating boards and diagrams and locating existing boards.
3
View repository →MIT
io.github.zoom/zoom-workspace
Maintained
Zoom workspace server for meetings, chat, docs, recordings, and AI-generated collaboration content.
3
View repository →MIT