Skip to content

Commit 0da341a

Browse files
committed
fix: order and wording fixes
Signed-off-by: Gokdeniz Kaymak <[email protected]>
1 parent 6f5f3e7 commit 0da341a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

documentation/static/servers.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@
3333
}
3434
]
3535
},
36+
{
37+
"id": "apify-mcp-server",
38+
"name": "Apify",
39+
"description": "Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡",
40+
"command": "npx -y apify-mcp-server@latest",
41+
"link": "https://github.com/apify/apify-mcp-server",
42+
"installation_notes": "Install using npx. Requires an Apify API token.",
43+
"is_builtin": false,
44+
"endorsed": true,
45+
"environmentVariables": [
46+
{
47+
"name": "APIFY_TOKEN",
48+
"description": "Required environment variable",
49+
"required": true
50+
}
51+
]
52+
},
3653
{
3754
"id": "asana-mcp",
3855
"name": "Asana",
@@ -117,23 +134,6 @@
117134
"endorsed": true,
118135
"environmentVariables": []
119136
},
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-
},
137137
{
138138
"id": "cloudflare-mcp",
139139
"name": "Cloudflare",

0 commit comments

Comments
 (0)