Loading...

The Apify MCP Server enables AI agents to use Apify Actors for web scraping, data extraction, and automation, supporting OAuth and Skyfire agentic payments.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
The Apify MCP Server enables AI agents to use Apify Actors for web scraping, data extraction, and automation, supporting OAuth and Skyfire agentic payments.
The Apify MCP Server offers a convenient way to integrate AI agents with web scraping and automation tools. It's safe when used with trusted Actors and proper authorization. Risks arise from using untrusted Actors or mishandling Skyfire PAY tokens, potentially leading to unintended actions or data exposure.
Performance depends on the complexity of the Actor and the target website. Consider using efficient Actors and optimizing input parameters.
Cost depends on Apify Actor usage and Skyfire PAY token consumption. Monitor usage and set spending limits to avoid unexpected charges.
npx @apify/actors-mcp-server --tools actors,docs,apify/rag-web-browser{
"mcpServers": {
"skyfire": {
"url": "https://api.skyfire.xyz/mcp/sse",
"headers": {
"skyfire-api-key": "<YOUR_SKYFIRE_API_KEY>"
}
},
"apify": {
"url": "https://mcp.apify.com?payment=skyfire"
}
}
}APIFY_TOKENsearch-actorsSearches the Apify store for available actors.
Read-only operation, no side effects.
fetch-actor-detailsRetrieves details about a specific Apify actor.
Read-only operation, no side effects.
call-actorCalls an Apify actor with provided input parameters.
Executes an actor which may perform write operations.
add-actorDynamically adds an Apify Actor as a tool during conversation.
Adds a tool that can perform write operations.
create-pay-tokenCreates a Skyfire PAY token for agentic payments.
Creates a token that allows for payment of actor runs.
API Key
hybrid
The Apify MCP Server offers a convenient way to integrate AI agents with web scraping and automation tools. It's safe when used with trusted Actors and proper authorization. Risks arise from using untrusted Actors or mishandling Skyfire PAY tokens, potentially leading to unintended actions or data exposure.
The level of autonomy depends on the specific Actor being used and the permissions granted to the AI agent.
Production Tip
Monitor Actor performance and resource usage to optimize cost and prevent unexpected issues.
It allows AI agents to use Apify Actors as tools for web scraping, data extraction, and automation.
You can use OAuth or include the `Authorization: Bearer <APIFY_TOKEN>` header in your requests.
It allows AI agents to pay for Actor runs without an Apify API token, using Skyfire PAY tokens.
The server is compatible with any MCP client that adheres to the Model Context Protocol, such as Claude Desktop and VS Code.
Add the `payment=skyfire` query parameter to the Apify server URL.
The hosted server supports the latest features, including output schema inference for structured Actor results.
Yes, you can run it via stdio using `npx @apify/actors-mcp-server`.