PluginBench
MCP Server

io.github.zoom/zoom-revenue-accelerator MCP Server

io.github.zoom/zoom-revenue-accelerator

What is the io.github.zoom/zoom-revenue-accelerator MCP server?

Zoom Revenue Accelerator server for sales insights, conversations, and deal intelligence.

How to install io.github.zoom/zoom-revenue-accelerator

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-revenue-accelerator": {
      "url": "https://mcp.zoom.us/mcp/revenue_accelerator/streamable"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "zoom-revenue-accelerator": {
      "serverUrl": "https://mcp.zoom.us/mcp/revenue_accelerator/streamable"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "zoom-revenue-accelerator": {
      "type": "http",
      "url": "https://mcp.zoom.us/mcp/revenue_accelerator/streamable"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "zoom-revenue-accelerator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.zoom.us/mcp/revenue_accelerator/streamable"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http zoom-revenue-accelerator https://mcp.zoom.us/mcp/revenue_accelerator/streamable

Related MCP servers

Zoom Docs server for creating and retrieving Zoom documents and notes in Markdown.

View repository →

Zoom Team Chat server for channels, messages, contacts, and chat collaboration.

View repository →

Zoom Whiteboard server for creating boards and diagrams and locating existing boards.

View repository →

Zoom workspace server for meetings, chat, docs, recordings, and AI-generated collaboration content.

View repository →