Step 1: Install Claude Desktop
- If you haven't already, subscribe to Claude Pro
- Download and install Claude Desktop from the Claude website
- Launch Claude Desktop and sign in with your Claude Pro account
Step 2: Get Your Apify API Token
- Sign up or log in to your Apify account
- Navigate to Settings → API
- Copy your Personal API Token
- Keep this token secure - you'll need it when configuring the MCP server
Step 3: Configure Claude Desktop to Use the Apify MCP Server
- Open Claude Desktop and enable Developer Mode from the top-left menu bar
- Go to Settings and navigate to the Developer Option
- Click the Edit Config button
- Edit the configuration file (or it will open automatically):
- On macOS:
~/Library/Application\\ Support/Claude/claude_desktop_config.json
- On Windows:
%APPDATA%/Claude/claude_desktop_config.json
- On Linux:
~/.config/Claude/claude_desktop_config.json
- Add or modify the
mcpServers section with the following configuration:
{
"mcpServers": {
"actors-mcp-server": {
"command": "npx",
"args": [
"-y", "@apify/actors-mcp-server",
"--actors",
"apimaestro/linkedin-profile-detail,
apimaestro/linkedin-post-comments-replies-engagements-scraper-no-cookies,
apimaestro/linkedin-profile-posts"
],
"env": {
"APIFY_TOKEN": "your-apify-token"
}
}
}
}
- Replace
"your-apify-token" with your actual Apify API token
- Save the file and fully quit Claude Desktop (ensure it's not just minimized or closed)
- Restart Claude Desktop
- Look for the 🔌 icon to confirm that the Actors MCP server is connected