Skip to content

Commit d061f36

Browse files
Dusan VystrcilDusan Vystrcil
authored andcommitted
Added info about SSE
1 parent 9540863 commit d061f36

File tree

1 file changed

+20
-0
lines changed
  • sources/platform/integrations/ai

1 file changed

+20
-0
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,26 @@ _(If you prefer not to set up Claude Desktop, you can achieve a similar result u
6363

6464
![Apify Tester MCP Client](./images/chat-ui.webp)
6565

66+
## Interact with the MCP Server over SSE
67+
68+
You can interact with the server through Server-Sent Events (SSE) to send messages and receive responses.
69+
70+
In the client settings, you need to provide server configuration:
71+
72+
```json
73+
{
74+
"mcpServers": {
75+
"apify": {
76+
"type": "sse",
77+
"url": "https://actors-mcp-server.apify.actor/sse",
78+
"env": {
79+
"APIFY_TOKEN": "your-apify-token"
80+
}
81+
}
82+
}
83+
}
84+
```
85+
6686
## Adding Multiple Actors
6787

6888
By default, the main Actors MCP Server starts with a **default set of Actors** (currently a few popular ones like Instagram Scraper, RAG Web Browser, etc.). However, you can customize which Actors are available:

0 commit comments

Comments
 (0)