McpMux
Back to Registry

Apify (npx) MCP Server

Community

Contributed by Apify

Run web scraping actors and access datasets on the Apify platform. Search the Apify Store, execute actors, and retrieve structured data.

About the Apify (npx) MCP Server

The Apify (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Run web scraping actors and access datasets on the Apify platform. Search the Apify Store, execute actors, and retrieve structured data. This is a community-contributed MCP server by Apify.

Install the Apify (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@apify/actors-mcp-server"
  ],
  "env": {
    "APIFY_TOKEN": "${input:APIFY_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "APIFY_TOKEN",
        "label": "Apify API Token",
        "description": "API token for the Apify platform.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "apify_api_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://console.apify.com/settings/integrations",
          "instructions": "1. Go to console.apify.com > Settings > Integrations\n2. Find your Personal API token\n3. Copy the token",
          "button_label": "Get API Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

apifyweb-scrapingactorscrawlingdatasetsautomation

Supported AI Clients

The Apify (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Apify (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.