apollo-io-mcp-server

erickhuge/apollo-io-mcp-server
★ 1 stars TypeScript 🔌 API Integration Updated today
Secure MCP server for the full Apollo.io REST API v1 — 42 tools for people, organizations, contacts, accounts, deals, sequences, tasks, emails, and admin
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apollo-io-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "erickhuge/apollo-io-mcp-server"
      ]
    }
  }
}