File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
sources/platform/integrations/ai Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments