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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ You can use the Apify MCP Server in two ways:
19
19
-_Standard Input/Output (stdio)_: Ideal for local integrations and command-line tools such as the Claude desktop client.
20
20
- Set MCP client server command to `npx @apify/actors-mcp-server` and environment variable `APIFY_TOKEN` to your Apify API token
21
21
- See `npx @apify/actors-mcp-server --help` for more options
22
-
-_HTTPS Endpoint_[mcp.apify.com](https://mcp.apify.com): Connect your MCP client by including `Authorization: Bearer <APIFY_TOKEN>` header in your requests.
22
+
-_HTTPS Endpoint_`mcp.apify.com`: Connect your MCP client by including `Authorization: Bearer <APIFY_TOKEN>` header in your requests.
23
23
-`https://mcp.apify.com` for streamable transport
24
24
-`https://mcp.apify.com/sse` for legacy SSE transport
0 commit comments