PluginBench
MCP Server
Active

io.github.wmarceau/apollo MCP Server

io.github.wmarceau/apollo

What is the io.github.wmarceau/apollo MCP server?

Apollo.io lead enrichment and prospecting via MCP

How to install io.github.wmarceau/apollo

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • APOLLO_API_KEY
    required
    secret

    Your Apollo.io API key from https://app.apollo.io/settings/integrations

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apollo": {
      "command": "uvx",
      "args": [
        "apollo-mcp"
      ],
      "env": {
        "APOLLO_API_KEY": "<YOUR_APOLLO_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apollo": {
      "command": "uvx",
      "args": [
        "apollo-mcp"
      ],
      "env": {
        "APOLLO_API_KEY": "<YOUR_APOLLO_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apollo": {
      "command": "uvx",
      "args": [
        "apollo-mcp"
      ],
      "env": {
        "APOLLO_API_KEY": "<YOUR_APOLLO_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apollo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apollo-mcp"
      ],
      "env": {
        "APOLLO_API_KEY": "<YOUR_APOLLO_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add apollo --env APOLLO_API_KEY=<YOUR_APOLLO_API_KEY> -- uvx apollo-mcp

Related MCP servers

Amazon seller tools: FBA fees, inventory optimization, restock recommendations.

0
Python
View repository →

AI-powered fitness content creator tools: video editing, image generation, workout plans, analytics.

0
Python
View repository →

Instagram automation: post images, Reels, carousels, Stories, analytics

0
Python
View repository →

Convert markdown to professional PDFs with clickable table of contents. No API keys.

0
Python
View repository →

TikTok automation: post videos, get analytics, manage comments

0
Python
View repository →

YouTube automation: upload videos, Shorts, manage playlists, get analytics

0
Python
View repository →