Skip to content
Cursor

apify for Cursor

com.mcparmory/apify

Build, deploy, and run web scraping and automation actors in the cloud

client:Cursor transport:stdio runtime:pypi

Install apify in Cursor

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

{
  "mcpServers": {
    "apify": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-apify"
      ]
    }
  }
}

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

apify in other clients