Apollo.io MCP Server

by Meerkats-Ai

1 stars
1.1k downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server that integrates with the Apollo.io API, enabling AI assistants to enrich people and organization data, search for people and organizations, and find job postings for specific organizations.

Details

Author
Meerkats-Ai
GitHub stars
1
Downloads
1,139
Categories
Other

- Seamless integration with AI assistants via Model Context Protocol
- Perform Apollo.io operations through natural language commands
- Enrich people and organizations with real‑time Apollo.io data
- Search for people, organizations, and job postings
- Secure API token authentication
- Extensible design for adding new Apollo.io capabilities

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Apollo.io MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies with npm install, and build with npm run build. Provide an Apollo.io API token via the APOLLO_IO_API_KEY environment variable or a --api-key command-line argument. Start the server with npm start. For authentication in an SSE setup, use the mcp-proxy-auth package and point it to your key verification endpoint.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "apollo.io mcp server": {
            "apollo-io-mcp-server-meerkats-ai": {
                "command": "npx",
                "args": [
                    "mcp-proxy-auth",
                    "node",
                    "dist/index.js"
                ]
            }
        }
    }
}

McpServers

{
    "apollo-io-mcp-server-meerkats-ai": {
        "command": "npx",
        "args": [
            "mcp-proxy-auth",
            "node",
            "dist/index.js"
        ]
    }
}

Apollo.io MCP Server

TypeScript
Apollo.io API
MCP SDK
License: MIT

A powerful Model Context Protocol (MCP) server implementation for seamless Apollo.io API integration, enabling AI assistants to interact with Apollo.io data.

Overview

This MCP server provides a comprehensive set of tools for interacting with the Apollo.io API, allowing AI assistants to:

- Enrich data for people and organizations
- Search for people and organizations
- Find job postings for specific organizations
- Perform Apollo.io operations without leaving your AI assistant interface

Why Use This MCP Server?

- Seamless AI Integration: Connect your AI assistants directly to Apollo.io data
- Simplified API Operations: Perform common Apollo.io tasks through natural language commands
- Real-time Data Access: Get up-to-date information from Apollo.io
- Secure Authentication: Uses Apollo.io's secure API token authentication
- Extensible Design: Easily add more Apollo.io API capabilities as needed

Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.