Skip to main content
Glama
thevgergroup

apollo-io-mcp

by thevgergroup

Apollo.io MCP Server and CLI

Apollo.io MCP Server

An Apollo.io MCP server and CLI for Claude Desktop, MCP clients, and terminal workflows. Use Apollo sales intelligence data for B2B prospecting, account research, contact enrichment, company enrichment, job-posting research, and company news discovery.

The friendliest path is the Claude Desktop extension bundle (.mcpb). The terminal install is here when you need it.

If this project helps your Apollo.io or MCP workflow, please star it on GitHub.

Contents

Related MCP server: @louis030195/apollo-io-mcp

Best Install: Claude Desktop Extension

  1. Create an Apollo API key in Apollo under Settings > Integrations > API.

  2. Download the newest apollo-io-mcp-v*.mcpb from GitHub Releases.

  3. Open the .mcpb file with Claude Desktop.

  4. Paste your Apollo API key when Claude asks for it.

  5. Restart Claude Desktop if prompted.

Try prompts like:

  • "Find VP Sales leaders in California at SaaS companies."

  • "Search for cybersecurity companies in Austin with 51-200 employees."

  • "Enrich the company profile for apollo.io."

  • "Find recent funding news for fintech companies."

People search is best for building prospect lists. If you are looking for one known person, use enrichment with an email, LinkedIn URL, or name plus company.

Terminal Install

Use this if you are comfortable running one command and want the installer to update Claude Desktop's config for you.

npx @thevgergroup/apollo-io-mcp@latest setup

Useful follow-up commands:

# Check Claude Desktop config, runtime versions, and update status
npx @thevgergroup/apollo-io-mcp@latest doctor

# Remove the server from Claude Desktop config
npx @thevgergroup/apollo-io-mcp@latest remove

# Print install and tool-selection guidance for agents
npx @thevgergroup/apollo-io-mcp@latest skills

The setup command preserves your other MCP servers and writes an apollo entry that runs the latest npm package through npx.

Claude Desktop Examples

Claude can use the Apollo tools together: search companies, find executives, enrich companies, check news, and shape the results into a useful working file.

Claude Desktop using Apollo.io MCP tools to search companies, enrich executives, and prepare an export

Good prompts to try:

  • "Find 20 EdTech companies in the DC metro area with $5-20M revenue. Track down their technologies, recent news, and CEO, CTO, CIO, or CFO contacts. Build an export file."

  • "Search for software companies in California with 50-200 employees, then summarize the strongest account-fit signals."

  • "Find C-level executives in healthcare companies in Boston. Prioritize operations, technology, and revenue leaders."

  • "Find VP Sales leaders in California at SaaS companies using Salesforce."

  • "Enrich the company data for google.com."

  • "Find recent funding news for fintech companies and list the companies worth researching next."

For one-off known contacts, ask for enrichment instead of search:

  • "Enrich the person profile for tim@apollo.io."

  • "Enrich John Doe at Example Company using the company name and person name."

What It Can Do

This server exposes Apollo.io as MCP tools:

  • apollo_search_people: prospect lists by title, seniority, department, company, location, industry, and technology.

  • apollo_search_companies: account lists by location, headcount, industry keywords, technology, revenue, funding, and job postings.

  • apollo_enrich_person: one known person by email, LinkedIn URL, or name plus company.

  • apollo_enrich_company: company details by domain or name.

  • apollo_bulk_enrich_people: multiple known people in one request.

  • apollo_bulk_enrich_organizations: multiple known company domains in one request.

  • apollo_get_organization_job_postings: job postings for a known Apollo organization ID.

  • apollo_get_complete_organization_info: complete details for a known Apollo organization ID.

  • apollo_search_news_articles: company news such as funding or acquisition events.

Apollo plan limits, API permissions, credits, and rate limits can affect which tools return data.

CLI Quick Start

Install globally:

npm install -g @thevgergroup/apollo-io-mcp
export APOLLO_API_KEY="your-actual-api-key-here"

Run a few searches:

apollo-io-cli search-people \
  --person_titles "VP Sales,Head of Sales" \
  --person_locations "California" \
  --per_page 10

apollo-io-cli search-companies \
  --q "cybersecurity" \
  --organization_locations "Austin" \
  --organization_num_employees_ranges "51,200"

apollo-io-cli enrich-company --domain "apollo.io"

One-off usage also works:

APOLLO_API_KEY="your-actual-api-key-here" \
  npx -p @thevgergroup/apollo-io-mcp apollo-io-cli search-companies --q "fintech"

See CLI.md for the full command reference.

Updates

For terminal and npx installs:

npx @thevgergroup/apollo-io-mcp@latest doctor

doctor checks your Claude Desktop config, Node.js and npm versions, the installed package version, the latest npm version, and whether an Apollo API key is configured.

For .mcpb installs, download the newest apollo-io-mcp-v*.mcpb from GitHub Releases and open it with Claude Desktop. Each release uses the same version for npm, GitHub tag, and MCPB bundle.

Local Release Check

Before cutting a release, you can validate the package, tests, release metadata, and MCPB bundle locally:

npm test
npm run build:mcpb
npm run check:release
npm audit --omit=dev --audit-level=moderate

npm run build:mcpb writes release/apollo-io-mcp-v<version>.mcpb and validates it with @anthropic-ai/mcpb.

Troubleshooting

  • APOLLO_API_KEY errors: re-run setup or check your Claude Desktop MCP config.

  • Empty people results: use titles and location filters first, then add company, industry, or technology filters.

  • Trying to find one known person: use apollo_enrich_person, not people search.

  • API access denied: check Apollo API key permissions and plan access.

  • Rate limits or credit issues: check Apollo API usage and credit limits.

  • Claude does not see the tools: restart Claude Desktop, then run npx @thevgergroup/apollo-io-mcp@latest doctor.

For Developers

Detailed source setup, MCP Inspector usage, tool schemas, filter references, testing, and release notes now live in docs/development/developer-guide.md.

Other useful files:

About The VGER Group

AI, Data, and Software Engineering.

The VGER Group designs and builds AI systems, data platforms, production software, and cloud architecture for teams that need working systems, not just strategy decks. This Apollo.io MCP server is part of our open source work: practical tools we needed, built well, and released publicly.

Website: https://thevgergroup.com/

Project: https://github.com/thevgergroup/apollo-io-mcp

License

MIT. See LICENSE.

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    C
    maintenance
    A 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.
    50
    5
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for Apollo.io B2B sales intelligence API. Enables searching and enriching people and organizations via natural language.
    7
    17
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for the Apollo.io API that lets LLMs search and enrich people and company data.
    90
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server for Apollo.io B2B data discovery and enrichment, enabling company search, people search, contact enrichment, and organization firmographics through Apollo's REST API.
    8
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.

  • Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

  • Remote MCP server to enrich company profiles with structured B2B data and confidence scores.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thevgergroup/apollo-io-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server