Skip to content

Commit 4039159

Browse files
authored
Update Quickstart section
- Changed order of ways how to connect - Added mention for oAuth
1 parent 79c063b commit 4039159

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ The _Apify Model Context Protocol (MCP) Server_ allows AI applications to connec
1616

1717
You can use the Apify MCP Server in two ways:
1818

19+
- _HTTPS Endpoint_ `mcp.apify.com`: Connect your MCP client through Oauth or by including `Authorization: Bearer <APIFY_TOKEN>` header in your requests.
20+
- `https://mcp.apify.com` for streamable transport
21+
- `https://mcp.apify.com/sse` for legacy SSE transport
1922
- _Standard Input/Output (stdio)_: Ideal for local integrations and command-line tools such as the Claude for Desktop client.
2023
- Set MCP client server command to `npx @apify/actors-mcp-server` and environment variable `APIFY_TOKEN` to your Apify API token
2124
- See `npx @apify/actors-mcp-server --help` for more options
22-
- _HTTPS Endpoint_ `mcp.apify.com`: Connect your MCP client by including `Authorization: Bearer <APIFY_TOKEN>` header in your requests.
23-
- `https://mcp.apify.com` for streamable transport
24-
- `https://mcp.apify.com/sse` for legacy SSE transport
2525

2626
You could also use legacy option by running [Apify Actors MCP Server](https://apify.com/apify/actors-mcp-server) as an Actor.
2727

0 commit comments

Comments
 (0)