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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Before connecting your AI to Apify, you'll need three things:
26
26
27
27
## Quick start
28
28
29
-
You can connect to the Apify MCP server in two ways: use our hosted service for a quick and easy setup, or run the server locally for development and testing.
29
+
You can connect to the Apify MCP server in two ways: use our hosted service for a quick and easy setup using [Streamable HTTP with OAuth](#streamable-http-with-oauth-recommended), or run the server locally for development and testing using [local stdio](#local-stdio).
30
30
31
31
### Streamable HTTP with OAuth (recommended)
32
32
@@ -77,7 +77,7 @@ _MCP server configuration for other clients_: Use the [UI configuration tool](ht
77
77
78
78
:::
79
79
80
-
#### Text editor configuration
80
+
#### Client configuration
81
81
82
82
Here's how to add the Apify MCP server to popular text editors and AI assistants:
83
83
@@ -211,7 +211,7 @@ Replace `<APIFY_TOKEN>` with your actual Apify API token from the [Integrations
211
211
212
212
### Local stdio
213
213
214
-
For development environments, you can run the MCP server locally. This approach gives you more control over the server configuration and is ideal for testing.
214
+
If your client doesn't support remote MCP servers using the `https://mcp.apify.com` URL, you can run the server locally instead. This method uses the stdio transport to connect directly through your local environment.
215
215
216
216
Add this to your configuration file:
217
217
@@ -291,7 +291,6 @@ This dynamic discovery means your AI can adapt to new tasks without manual confi
291
291
292
292
- Always use the latest version of the server by appending `@latest` to your npm commands.
293
293
- Monitor your API usage through Apify Console to stay within your plan limits.
294
-
- For optimal performance, batch related operations when possible and use Actor webhooks for long-running tasks instead of polling for results.
0 commit comments