Apify Mcp Server Tools — Developer Tools & Integration avatar

Apify Mcp Server Tools — Developer Tools & Integration

Pricing

$10.00 / 1,000 results

Go to Apify Store
Apify Mcp Server Tools — Developer Tools & Integration

Apify Mcp Server Tools — Developer Tools & Integration

Extract structured data and technical information from Apify Mcp Server Tools. Ideal for developers, analysts, and data enthusiasts.

Pricing

$10.00 / 1,000 results

Rating

0.0

(0)

Developer

Luan M.

Luan M.

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

24 days ago

Last modified

Categories

Share

Apify MCP Server Tools

Expose Apify actors as MCP (Model Context Protocol) tools. Connect to Claude, Cursor, VS Code, Cline, and other MCP-compatible AI assistants.

Features

  • MCP-compatible: Works with any MCP client (Claude Desktop, Cursor, VS Code, Cline)
  • Actor integration: Use any Apify actor as an AI tool
  • Auto-discovery: Generates MCP server manifest automatically
  • Demo crawl: Test data extraction on provided URLs
  • Flexible input: JSON, URL, or plain text query

Input

FieldTypeDescription
actorIdsArrayApify actors to expose as MCP tools (username/actor-name or ID)
queryStringInput data (JSON string, URL, or search query)
outputFormatStringOutput format (default: json)
proxyConfigurationObjectProxy settings

Output

FieldTypeDescription
versionStringMCP protocol version
mcpServersObjectMCP server config (copy to Claude/Cursor config)
mcpToolsArrayTool definitions with usage prompts
demoRunResultsArrayDemo crawl results from provided URLs
usageObjectAlternative ways to call the actors

Setup

Claude Desktop

Add to claude_desktop_config.json:

{
"mcpServers": {
"apify-mcp": {
"command": "node",
"args": ["path/to/this-actor/src/main.js"]
}
}
}

VS Code / Cursor

Add to .vscode/mcp.json:

{
"servers": {
"apify-mcp": {
"type": "stdio",
"command": "node",
"args": ["path/to/this-actor/src/main.js"]
}
}
}

Use Cases

  • AI-powered web research with Apify actors
  • Automated data extraction via chat
  • Integration with existing MCP workflows
  • Multi-actor pipeline orchestration

Keywords

mcp, model context protocol, apify, tools, ai assistant, claude, cursor, vs code, cline, function calling, tool use

Pricing

$5.00 / 1,000 results