apify-mcp-server
Verified Safeby apify
Overview
Facilitates AI agents to discover, interact with, and extract data from the web using Apify Actors and platform services.
Installation
npx @apify/actors-mcp-serverEnvironment Variables
- APIFY_TOKEN
Security Notes
The server relies heavily on `APIFY_TOKEN` for authentication, which is expected to be stored in environment variables or a local file, following good practices. Input validation for tool arguments is performed using AJV schemas. There are no apparent uses of `eval` or direct arbitrary command execution within the core server logic. Network risks are primarily related to the external Apify Actors or web pages fetched, which are outside the direct control of this server's code but are managed through the Apify platform's security mechanisms. The server's role is to proxy and validate calls to these external components.
Similar Servers
mcp
This server provides Hyperbrowser's Model Context Protocol (MCP) interface, offering tools for web scraping, structured data extraction, crawling, and general-purpose browser automation using AI agents like OpenAI's CUA and Anthropic's Claude Computer Use.
agentor
Deploy scalable AI agents with tool integrations (weather, email, GitHub, etc.) and support for A2A and MCP communication protocols.
mcp-server
Provides a Model Context Protocol (MCP) server for integrating comprehensive search and data extraction via SerpApi.
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.