Apollo.io MCP server for prospecting, enrichment, CRM, sequences, and outreach workflows
Apollo.io MCP server for prospecting, enrichment, CRM, sequences, and outreach workflows. That is what the apollo.io mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
A Model Context Protocol (MCP) server for the Apollo.io API -- giving AI coding assistants like Claude Code, Cursor, and any MCP-compatible client direct access to Apollo.io's sales intelligence platform.
npm on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The server publishes 5 tools. What each one is for:
Auto — cleaned domains** -- Pass https://www.google.com, www.google.com, or @google.com -- all resolve to google.comBuilt — in deduplication** -- Contact creation enforces dedup so you never accidentally create duplicatessearch_news_articles — Search recent news about target companiesget_api_usage_stats — Check API credit usage and remaining balancehealth_check — Verify API key and check Apollo API healthConfiguration is passed through the environment: APOLLO_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Apollo.Io's toolset — Auto, Built, search_news_articles and 2 more — is a fair guide to whether it matches your workflow. It is maintained by Inferensys; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Auto | cleaned domains** -- Pass https://www.google.com, www.google.com, or @google.com -- all resolve to google.com |
| Built | in deduplication** -- Contact creation enforces dedup so you never accidentally create duplicates |
| search_news_articles | Search recent news about target companies |
| get_api_usage_stats | Check API credit usage and remaining balance |
| health_check | Verify API key and check Apollo API health |
**Cursor** (`.cursor/mcp.json`):
```json
{
"mcpServers": {
"apollo-io": {
"command": "node",
"args": ["/path/to/apollo-io-mcp/dist/index.js"],
"env": {
"APOLLO_API_KEY": "your_key_here"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| APOLLO_API_KEY | Credential the server authenticates with. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.