Skip to content
Cursor

apollo for Cursor

io.github.wmarceau/apollo

Apollo.io lead enrichment and prospecting via MCP

client:Cursor transport:stdio runtime:pypi

Install apollo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apollo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apollo-mcp"
      ],
      "env": {
        "APOLLO_API_KEY": "<APOLLO_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

apollo in other clients