Apollo
FreeNot checkedMCP server for the Apollo.io API that lets LLMs search and enrich people and company data.
About
MCP server for the Apollo.io API that lets LLMs search and enrich people and company data.
README
MCP server for the Apollo.io API. Lets LLMs search and enrich people and company data.
Tools
| Tool | Description | Credits |
|---|---|---|
search_people |
Search contacts by title, location, seniority, company | No |
search_organizations |
Search companies by industry, size, location | Yes |
enrich_person |
Enrich a person by email, LinkedIn URL, or name+domain | Yes |
enrich_organization |
Enrich a company by domain | Yes |
bulk_enrich_people |
Enrich up to 10 people at once | Yes |
bulk_enrich_organizations |
Enrich up to 10 companies at once | Yes |
Setup
Prerequisites
- Node.js 20+
- An Apollo.io API key
Local development
cp .env.example .env
# Edit .env and add your APOLLO_API_KEY
npm install
npm run dev
The 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 --build
Connecting 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 |
|---|---|---|---|
APOLLO_API_KEY |
Yes | — | Your Apollo.io API key |
PORT |
No | 3000 |
Server port |
APOLLO_BASE_URL |
No | https://api.apollo.io |
Apollo API base URL |
Installing Apollo
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/ym-labs/apollo-mcpFAQ
Is Apollo MCP free?
Yes, Apollo MCP is free — one-click install via Unyly at no cost.
Does Apollo need an API key?
No, Apollo runs without API keys or environment variables.
Is Apollo hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Apollo in Claude Desktop, Claude Code or Cursor?
Open Apollo on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Apollo with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
