File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sources/platform/integrations/ai Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ The _Apify Model Context Protocol (MCP) Server_ allows AI applications to connec
1616
1717You 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
2626You could also use legacy option by running [ Apify Actors MCP Server] ( https://apify.com/apify/actors-mcp-server ) as an Actor.
2727
You can’t perform that action at this time.
0 commit comments