apify_actors-mcp-server
Apify Model Context Protocol (MCP) Server enables interaction with Apify Actors using the MCP protocol.
The Apify MCP Server is designed to facilitate interaction with Apify Actors through the Model Context Protocol (MCP). It allows AI assistants to utilize Apify Actors as tools for various tasks such as data extraction and web scraping. The server can operate in two modes: as an HTTP server using Server-Sent Events (SSE) or via standard input/output (stdio). This flexibility allows integration with different MCP clients like Claude Desktop and LibreChat. The server is pre-configured with several Apify Actors, but users can customize the configuration to include other Actors. The server does not currently provide resources or prompts, but future updates plan to include Apify's dataset and key-value store as resources.
Features
- Supports interaction with multiple Apify Actors via MCP.
- Operates as an HTTP server or through stdio.
- Pre-configured with popular Apify Actors for data extraction.
- Compatible with various MCP clients like Claude Desktop and LibreChat.
- Future plans to include Apify's dataset and key-value store as resources.
MCP Tools
- {'apify/instagram-scraper': 'Scrapes Instagram posts, profiles, places, photos, and comments.'}
- {'apify/rag-web-browser': 'Searches the web, scrapes the top N URLs, and returns their content.'}
- {'lukaskrivka/google-maps-with-contact-details': 'Extracts Google Maps contact details.'}
Usage with Different Platforms
MCP Server Actor
https://actors-mcp-server.apify.actor?token=<APIFY_TOKEN>
Claude Desktop
"mcpServers": {
"actors-mcp-server": {
"command": "npx",
"args": ["-y", "@apify/actors-mcp-server"]
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
Stdio clients
node dist/examples/clientStdio.js
Related MCP Servers
View all browser_automation servers →Fetch
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
mcp-playwright
by executeautomation
A Model Context Protocol server that provides browser automation capabilities using Playwright.
cursor-talk-to-figma-mcp
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
playwright-mcp
by microsoft
A Model Context Protocol (MCP) server that provides browser automation capabilities using Playwright.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.
web-eval-agent
by Operative-Sh
operative.sh's MCP Server is a browser-use powered agent that autonomously executes and debugs web apps directly in your code editor.