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_KEYrequiredsecretYour 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-mcpRelated MCP servers
Amazon seller tools: FBA fees, inventory optimization, restock recommendations.
0
View repository →Python
AI-powered fitness content creator tools: video editing, image generation, workout plans, analytics.
0
View repository →Python
Convert markdown to professional PDFs with clickable table of contents. No API keys.
0
View repository →Python