Actors Mcp Server

@apify/actors-mcp-server

Apify MCP Server

0 downloads
v0.9.7

Capabilities

tools

Installation

Quick Install

Install using the MCPSearch CLI (recommended)

mcp install @apify/actors-mcp-server

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y @apify/actors-mcp-server

Manual Configuration

Add to your MCP client configuration file

CClaude Code / Claude Desktop

Add to ~/.claude/claude_desktop_config.json

{
  "mcpServers": {
    "actors-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@apify/actors-mcp-server"
      ]
    }
  }
}

CuCursor

Add to ~/.cursor/mcp.json

{
  "mcp": {
    "servers": {
      "actors-mcp-server": {
        "command": "npx",
        "args": [
          "-y",
          "@apify/actors-mcp-server"
        ]
      }
    }
  }
}

VSVS Code / Continue.dev

Add to .vscode/mcp.json or Continue settings

{
  "mcpServers": {
    "actors-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@apify/actors-mcp-server"
      ]
    }
  }
}

About

Apify MCP Server

Reviews

No reviews yet. Be the first to review this package!

Compatible With

Claude CodeCursorWindsurfContinue.dev

Details

Version
0.9.7
License
MIT
Category
api
MCP Version
1.0
Published
1/16/2025
Updated
3/6/2026