PluginBench
MCP Server
Active
MIT

Apollo.io MCP Server

io.github.apolloio/apollo-mcp

What is the Apollo.io MCP server?

Prospect, enrich leads, and manage outreach sequences with Apollo.io.

How to install Apollo.io

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apollo-mcp": {
      "url": "https://mcp.apollo.io/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apollo-mcp": {
      "serverUrl": "https://mcp.apollo.io/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apollo-mcp": {
      "type": "http",
      "url": "https://mcp.apollo.io/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "apollo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apollo.io/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http apollo-mcp https://mcp.apollo.io/mcp

Related MCP servers

Official Apollo.io MCP server for lead enrichment, prospecting, sequences, and analytics.

18
MIT
View repository →