From a6267cfbe332c2a6b4f83384248e4490f34b9fd5 Mon Sep 17 00:00:00 2001 From: Navadeep0007 <2400030007@kluniversity.in> Date: Thu, 30 Oct 2025 06:04:26 +0530 Subject: [PATCH] docs: update Apify stdio package name to @apify/actors-mcp-server --- documentation/static/servers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/static/servers.json b/documentation/static/servers.json index cd4ea333da59..df7c4ddbdf02 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -37,7 +37,7 @@ "id": "apify-mcp-server", "name": "Apify", "description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡", - "command": "npx -y apify-mcp-server@latest", + "command": "npx -y @apify/actors-mcp-server@latest", "link": "https://github.com/apify/apify-mcp-server", "installation_notes": "Install using npx. Requires an Apify API token.", "is_builtin": false,