Skip to content

Commit 5800b41

Browse files
committed
address doc review
1 parent b7d83fe commit 5800b41

File tree

1 file changed

+3
-4
lines changed
  • sources/platform/integrations/ai

1 file changed

+3
-4
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before connecting your AI to Apify, you'll need three things:
2626

2727
## Quick start
2828

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).
3030

3131
### Streamable HTTP with OAuth (recommended)
3232

@@ -77,7 +77,7 @@ _MCP server configuration for other clients_: Use the [UI configuration tool](ht
7777

7878
:::
7979

80-
#### Text editor configuration
80+
#### Client configuration
8181

8282
Here's how to add the Apify MCP server to popular text editors and AI assistants:
8383

@@ -211,7 +211,7 @@ Replace `<APIFY_TOKEN>` with your actual Apify API token from the [Integrations
211211

212212
### Local stdio
213213

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.
215215

216216
Add this to your configuration file:
217217

@@ -291,7 +291,6 @@ This dynamic discovery means your AI can adapt to new tasks without manual confi
291291

292292
- Always use the latest version of the server by appending `@latest` to your npm commands.
293293
- 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.
295294

296295
## Rate limits and performance
297296

0 commit comments

Comments
 (0)