How to Use the Apify MCP in Claude Code
Connect Apify to Claude Code for headless web data extraction in your CI/CD pipelines.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Apify MCP to Claude Code
Create your Vinkius account to connect Apify to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless Apify control in Claude Code
Run scrapers directly from your shell using `run_actor`. It is perfect for automated workflows where you need to fetch data before running tests or building assets. Since it returns a runId immediately, you can pipe this into your scripts. It keeps your terminal-based process moving without blocking on long tasks.
Extract Apify data in Claude Code
Use `get_dataset_items` to pipe JSON output into other CLI tools. This allows you to chain your data collection with your existing data processing pipeline. Monitoring your compute usage is easy with `get_account_limits`. You can build checks into your scripts to stop before you hit your monthly cap.
Monitor Apify events in Claude Code
Use `list_webhooks` to verify your event-driven setup from the terminal. It ensures your infrastructure is listening for completion events correctly. If you need to change course, `abort_run` lets you kill a process instantly. This saves you from runaway costs during your CI runs.
Set up Apify MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeapify-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Apify transactions." It will automatically discover and invoke the available Apify tools.
claude mcp add --transport http apify-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
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.