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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ The _Apify Model Context Protocol (MCP) Server_ allows AI applications to connec
16
16
17
17
You can use the Apify MCP Server in two ways:
18
18
19
-
-Standard Input/Output (stdio): Ideal for local integrations and command-line tools such as the Claude desktop client.
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](https://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