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
{
"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