You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/mcp.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,15 @@ Before you start, make sure you have the following:
38
38
39
39
The easiest way how to connect is via Oauth. You just need server URL `https://mcp.apify.com` and to confirm your authentication to Apify in the browser. Depending on your MCP client, you'll either need a simple configuration or set it up in UI:
40
40
41
-
```json
42
-
{
43
-
"mcpServers": {
44
-
"apify": {
45
-
"url": "https://mcp.apify.com"
46
-
}
47
-
}
48
-
}
49
-
```
41
+
```json
42
+
{
43
+
"mcpServers": {
44
+
"apify": {
45
+
"url": "https://mcp.apify.com"
46
+
}
47
+
}
48
+
}
49
+
```
50
50
51
51
## Example usage (local stdio with Claude for Desktop)
0 commit comments