Skip to content

Commit 9e7c370

Browse files
authored
Update mcp.md
Fixed "how to use" section
1 parent 3ee3b25 commit 9e7c370

File tree

1 file changed

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

1 file changed

+6
-4
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ The _Apify Model Context Protocol (MCP) Server_ allows AI applications to connec
1414

1515
## How to use
1616

17-
You can use the Apify MCP Server in three ways:
17+
You can use the Apify MCP Server in two ways:
18+
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)
21+
22+
_(You could also use legacy option by running [Apify Actors MCP Server](https://apify.com/apify/actors-mcp-server) as Actor.)_
1823

19-
- Local STDIO transport with desktop client (e.g. Claude Desktop)
20-
- Run [Apify Actors MCP Server](https://apify.com/apify/actors-mcp-server) as Actor
21-
- Use [mcp.apify.com](https://mcp.apify.com) with both legacy SSE on `/sse` and streamable transport in `/`
2224

2325
## Prerequisites
2426

0 commit comments

Comments
 (0)