Skip to content

Commit 2e17507

Browse files
authored
Update mcp.md
Improved Quickstart section
1 parent 52f0647 commit 2e17507

File tree

1 file changed

+6
-2
lines changed
  • sources/platform/integrations/ai

1 file changed

+6
-2
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +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-
- Standard Input/Output (stdio) which is useful for local integrations and command-line tools (e.g. Claude desktop)
20-
- Use [mcp.apify.com](https://mcp.apify.com) by connecting your MCP client with `Authorization: Bearer <APIFY_TOKEN>` header
19+
- Standard Input/Output (stdio): Ideal for local integrations and command-line tools such as the Claude desktop client.
20+
- Set MCP client server command to `npx @apify/actors-mcp-server` and environment variable `APIFY_TOKEN` to your Apify API token
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.
23+
- `https://mcp.apify.com` for streamable transport
24+
- `https://mcp.apify.com/sse` for legacy SSE transport
2125

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

0 commit comments

Comments
 (0)