Apify MCP Server

Browser Automationstdiohttp-streamingv0.5.0
Repositorio

Official Apify MCP server that gives AI agents access to thousands of Actors for web scraping and automation. Agents can run Actors to extract data from websites, search engines, social platforms, and maps, then retrieve structured results from the dataset, enabling rich web research and data collection.

Conectar

Añade esta configuración a .claude/mcp.json

Transporte:
{
  "mcpServers": {
    "apify": {
      "command": "npx",
      "args": [
        "-y",
        "@apify/actors-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
      }
    }
  }
}

Herramientas (2)

run_actor

Run an Apify Actor with the given input and wait for results.

{
  "type": "object",
  "required": [
    "actor_id",
    "input"
  ],
  "properties": {
    "input": {
      "type": "object",
      "description": "Actor input configuration"
    },
    "actor_id": {
      "type": "string",
      "description": "Actor identifier (e.g., apify/web-scraper)"
    }
  }
}

get_dataset_items

Retrieve items from an Actor run's dataset.

{
  "type": "object",
  "required": [
    "dataset_id"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "description": "Maximum number of items to return"
    },
    "dataset_id": {
      "type": "string",
      "description": "Dataset ID returned by an Actor run"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
Apify (@apify)
Repositorio
https://github.com/apify/actors-mcp-server
Licencia
Apache-2.0
Versión
0.5.0
Estrellas
1,100
Última actualización
24 de junio de 2026