A
Apify
Official Apify MCP server for AI agents to run Actors, extract website data, and automate web scraping and crawling workflows.
Share:
About
Official Apify MCP server for AI agents to run Actors, extract website data, and automate web scraping and crawling workflows.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Apify.
- What does the Apify MCP server facilitate for AI agents?
- The Apify MCP server allows AI agents to execute Actors, retrieve website data, and automate web scraping and crawling operations. It integrates web automation and data extraction into AI agent workflows.
- How do I configure the Apify MCP server in a client like Claude Desktop?
- Configuring the Apify MCP server in clients such as Claude Desktop typically involves adding its server URL and API key. Refer to the specific client's documentation for exact setup instructions and credential management.
- Does the Apify MCP server require authentication?
- Yes, the Apify MCP server requires an API key for authentication. This key secures access to the server's functionalities and resources.
- What core capabilities does the Apify MCP server provide?
- The server provides capabilities for running Apify Actors, which are cloud programs for web scraping, data extraction, and automation. It supports common web data-related workflows.
- What is the cost model for using the Apify MCP server?
- The cost of using the Apify MCP server depends on the underlying Apify platform services consumed by the Actors. Apify offers various pricing plans based on usage of compute and data resources.
- Is complex JavaScript execution supported for web scraping with this MCP?
- The Apify MCP server uses Apify Actors, which can execute complex JavaScript for web scraping and data extraction. However, the performance and success of such operations can vary depending on the target website's defenses.
Install Apify
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"apify": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apify"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"apify": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apify"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"apify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apify"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.