Apollo Io Mcp MCP Server — Install & Config | Vibehackers
Apollo Io Mcp
by Inferensyscommunityv1.0.0
5
5
An MCP server that exposes the Apollo.io API to MCP-compatible clients, allowing AI assistants to search and enrich people and organizations, and manage CRM, sequences, tasks, notes, labels, and pipeline data. It provides 45 tools for prospecting, outreach, activity tracking, and account management.
From the registry: Apollo.io MCP server for prospecting, enrichment, CRM, sequences, and outreach workflows
Paste into the AI you're chatting with — it will figure out the rest
Please install the `apollo-io-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18+** — Node.js version 18 or newer is required to run the MCP server.
- **Clone and build the Apollo.io MCP server** — Download the repository, install dependencies, and build the project before configuring your MCP client. Run: `git clone https://github.com/Chainscore/apollo-io-mcp.git && cd apollo-io-mcp && npm install && npm run build` (https://github.com/Chainscore/apollo-io-mcp)
- **Get an Apollo.io API key** — Create or copy your Apollo.io API key from Apollo.io Settings > Integrations > API. (https://app.apollo.io/#/settings/integrations/api)
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["<path-to-apollo-io-mcp>/dist/index.js"]
- required environment variables:
- `APOLLO_API_KEY`: Apollo.io API key used to authenticate requests to the Apollo API. (example: `<your-apollo-api-key>`)
Note: The README only documents a local clone-and-build setup. Use the built dist/index.js file in your MCP client configuration. This is a stdio server.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.
Note: The README only documents a local clone-and-build setup. Use the built dist/index.js file in your MCP client configuration. This is a stdio server.