Skip to content

Commit d14a9dc

Browse files
committed
feat: extensions page apify add
1 parent fc6c3d9 commit d14a9dc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

documentation/static/servers.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,23 @@
117117
"endorsed": true,
118118
"environmentVariables": []
119119
},
120+
{
121+
"id": "apify-mcp-server",
122+
"name": "Apify",
123+
"description": "Access thousands of ready-made web scraping and automation Actors from the Apify platform.",
124+
"command": "npx -y apify-mcp-server@latest",
125+
"link": "https://github.com/apify/apify-mcp-server",
126+
"installation_notes": "Install using npx. Requires an Apify API token.",
127+
"is_builtin": false,
128+
"endorsed": true,
129+
"environmentVariables": [
130+
{
131+
"name": "APIFY_TOKEN",
132+
"description": "Required environment variable",
133+
"required": true
134+
}
135+
]
136+
},
120137
{
121138
"id": "cloudflare-mcp",
122139
"name": "Cloudflare",

0 commit comments

Comments
 (0)