How to Use the Apify MCP in Cursor
Run web scrapers and feed clean structured data directly into your Cursor codebase.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Apify MCP to Cursor
Create your Vinkius account to connect Apify to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code using live Apify data in Cursor
The `get_dataset_results` tool extracts structured web data and feeds it directly into your Cursor active editor. Your agent reads the scraped payload to write precise parsers, type definitions, or UI components based on real API shapes instead of mock files. This MCP integration means you don't have to copy-paste JSON structures from a browser. The agent pulls the exact schema from your dataset and writes working code on the spot.
Execute scrapers directly from this MCP Server
The `run_actor` tool starts any scraper in your library directly from Cursor's agent panel. When you need fresh web data to test a feature, you ask the editor to trigger the run. It monitors the execution using `get_run_details` and updates your workspace when the run is complete. You write code while the scraper runs in the background.
Inspect scraper configurations inside Cursor
The `list_actor_tasks` tool reads your saved scraper configurations to let you select the right target. Your agent uses this MCP tool to analyze your current code, find the matching task, and run it without you opening a browser. It also calls `list_actors` to map out what scrapers you have configured. You can quickly see if you already have a tool for a specific site or if you need to build one.
Set up Apify MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Apify MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Apify transactions." If the MCP tools are loaded correctly, Cursor will call the Apify tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"apify-extended-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Apify. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Apify MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Apify MCP today
We host it, we monitor it, we maintain it. You just paste one token.