
Actors MCP Server
Pricing
Pay per usage

Actors MCP Server
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.
4.6 (6)
Pricing
Pay per usage
46
Total users
1.1k
Monthly users
563
Runs succeeded
89%
Issue response
3 days
Last modified
7 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: