Apollo MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Apollo MCPSearch for CTOs at fintech startups in New York"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Apollo MCP
MCP server for the Apollo.io API. Lets LLMs search and enrich people and company data.
Tools
Tool | Description | Credits |
| Search contacts by title, location, seniority, company | No |
| Search companies by industry, size, location | Yes |
| Enrich a person by email, LinkedIn URL, or name+domain | Yes |
| Enrich a company by domain | Yes |
| Enrich up to 10 people at once | Yes |
| Enrich up to 10 companies at once | Yes |
Related MCP server: apollo-io-mcp-server
Setup
Prerequisites
Node.js 20+
Local development
cp .env.example .env
# Edit .env and add your APOLLO_API_KEY
npm install
npm run devThe server starts on http://localhost:3000 with:
POST /mcp— MCP endpoint (Streamable HTTP)GET /health— Health check
Docker
cp .env.example .env
# Edit .env and add your APOLLO_API_KEY
docker compose up --buildConnecting an MCP client
Add this to your MCP client configuration (e.g. Claude Desktop):
{
"mcpServers": {
"apollo": {
"url": "http://localhost:3000/mcp"
}
}
}For a remote server, replace localhost:3000 with your server's address.
Environment variables
Variable | Required | Default | Description |
| Yes | — | Your Apollo.io API key |
| No |
| Server port |
| No |
| Apollo API base URL |
This server cannot be deployed
Maintenance
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for Apollo.io B2B database enabling people and company search, enrichment, and insights through conversational interfaces.953119MIT
- FlicenseBqualityDmaintenanceExposes Apollo.io API functionalities as MCP tools for people and organization enrichment, search, and job postings. Enables natural language interaction with Apollo.io data.516-
- FlicenseBqualityCmaintenanceA Model Context Protocol (MCP) server for the Apollo.io API, giving AI coding assistants direct access to Apollo.io's sales intelligence platform for prospecting, enrichment, CRM operations, and outreach.505-
- AlicenseAqualityDmaintenanceMCP server for Apollo.io B2B sales intelligence API. Enables searching and enriching people and organizations via natural language.7114MIT