Actors MCP Server (Clone) avatar
Actors MCP Server (Clone)

Under maintenance

Pricing

Pay per usage

Go to Store
Actors MCP Server (Clone)

Actors MCP Server (Clone)

Under maintenance

Developed by

Jiří Spilka

Jiří Spilka

Maintained by Community

Connect Apify Actors to AI applications (AI Agents) using Anthropic's Model Context Protocol (MCP). This MCP server provides integration of any Apify Actor through the MCP framework.

0.0 (0)

Pricing

Pay per usage

0

Total users

2

Monthly users

2

Runs succeeded

0%

Last modified

a month ago

You can access the Actors MCP Server (Clone) programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

$echo '{
< "actors": [
< "apify/instagram-scraper",
< "apify/rag-web-browser",
< "lukaskrivka/google-maps-with-contact-details"
< ],
< "maxActorMemoryBytes": 4096,
< "debugActor": "apify/rag-web-browser",
< "debugActorInput": {
< "query": "hello world"
< }
<}' |
<apify call jiri.spilka/actors-mcp-server-v3 --silent --output-dataset

Actors MCP Server (Clone) API through CLI

The Apify CLI is the official tool that allows you to use Actors MCP Server (Clone) locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: