We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6c3d9 commit d14a9dcCopy full SHA for d14a9dc
documentation/static/servers.json
@@ -117,6 +117,23 @@
117
"endorsed": true,
118
"environmentVariables": []
119
},
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
+ },
137
{
138
"id": "cloudflare-mcp",
139
"name": "Cloudflare",
0 commit comments