HomeOther › apify-mcp-server

apify-mcp-server

Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡

Official TypeScript Cloud Remote
★ 8,237 stars Last pushed 2026-09-23 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.apify.com/ Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http apify-mcp-server https://mcp.apify.com/ --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "apify-mcp-server": {
      "url": "https://mcp.apify.com/",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Apify API token for authentication with Apify platform services. For example 'Bearer <apify-api-token>'

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry