PluginBench
MCP Server
Active
MIT

FastMCP server for Apollo MCP Server

io.github.adelaidasofia/apollo-mcp

What is the FastMCP server for Apollo MCP server?

FastMCP server for Apollo.io — 22 tools: sequences, campaign health, mailbox warmup, enrichment,…

How to install FastMCP server for 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

    From app.apollo.io → Settings → API

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

Related MCP servers

FastMCP server for surgical queries against a vault knowledge graph (NetworkX node-link JSON).…

2
Python
MIT
View repository →

Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets — 61 tools, token-efficient, macOS…

1
Python
MIT
View repository →

macOS-only MCP server that exposes iMessage chat.db to Claude and exports per-chat history to an…

1
Python
MIT
View repository →

Multi-workspace Slack MCP server with draft+confirm safety, vault auto-export, and triple-mode…

1
Python
MIT
View repository →

FastMCP server for Substack — publish Notes and posts, pull analytics, manage drafts, pluggable…

1
Python
MIT
View repository →

Local-first personal finance MCP. Aggregates bank, brokerage, credit, and loan accounts via Plaid.…

0
Python
MIT
View repository →