Actors MCP Server avatar
Actors MCP Server

Pricing

Pay per usage

Go to Store
Actors MCP Server

Actors MCP Server

Developed by

Apify

Apify

Maintained by Apify

⚠️ Legacy: This Actor is outdated. For the latest features and full documentation, visit https://mcp.apify.com. Easily connect any Apify Actor to AI agents using Anthropic’s Model Context Protocol (MCP) with our actively maintained MCP server.

4.7 (7)

Pricing

Pay per usage

80

Total users

1.7K

Monthly users

462

Runs succeeded

65%

Issues response

19 hours

Last modified

6 days ago

You can access the Actors MCP Server 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 apify/actors-mcp-server --silent --output-dataset

Actors MCP Server API through CLI

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

Install the Apify CLI

$npm i -g apify-cli
$apify login

Other API clients include: