You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find list of all available Actors in the [Apify Store](https://apify.com/store).
97
97
98
-
#### Interact with the MCP Server
98
+
#### 💬 Interact with the MCP Server
99
99
100
100
Once the server is running, you can interact with Server-Sent Events (SSE) to send messages to the server and receive responses.
101
101
You can use MCP clients such as [Superinference.ai](https://superinterface.ai/) or [LibreChat](https://www.librechat.ai/).
@@ -115,7 +115,7 @@ In the client settings you need to provide server configuration:
115
115
}
116
116
}
117
117
```
118
-
Alternatively, you can use simple python [client_see.py](https://github.com/apify/actor-mcp-server/tree/main/src/examples/client_sse.py) or test the server using curl commands.
118
+
Alternatively, you can use simple python [client_see.py](https://github.com/apify/actor-mcp-server/tree/main/src/examples/client_sse.py) or test the server using `curl` </> commands.
119
119
120
120
1. Initiate Server-Sent-Events (SSE) by sending a GET request to the following URL:
121
121
```
@@ -154,7 +154,7 @@ Alternatively, you can use simple python [client_see.py](https://github.com/apif
154
154
data: {"result":{"content":[{"type":"text","text":"{\"searchString\":\"restaurants in San Francisco\",\"rank\":1,\"title\":\"Gary Danko\",\"description\":\"Renowned chef Gary Danko's fixed-price menus of American cuisine ... \",\"price\":\"$100+\"...}}]}}
155
155
```
156
156
157
-
## MCP Server at local host
157
+
## MCP Server at a local host
158
158
159
159
### Prerequisites
160
160
@@ -195,7 +195,7 @@ Configure Claude Desktop to recognize the MCP server.
195
195
196
196
```text
197
197
"mcpServers": {
198
-
"apify-mcp-server": {
198
+
"apify": {
199
199
"command": "npx",
200
200
"args": [
201
201
"/path/to/actor-mcp-server/dist/index.js"
@@ -214,7 +214,7 @@ Configure Claude Desktop to recognize the MCP server.
0 commit comments