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
Copy file name to clipboardExpand all lines: README.md
+3-23Lines changed: 3 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ Implementation of an MCP server for all [Apify Actors](https://apify.com/store).
7
7
This server enables interaction with one or more Apify Actors that can be defined in the MCP Server configuration.
8
8
9
9
The server can be used in two ways:
10
-
-**🇦 [MCP Server Actor](https://apify.com/apify/actors-mcp-server)** – HTTP server accessible via Server-Sent Events (SSE).
11
-
-**⾕ MCP Server Stdio** – Local server available via standard input/output (stdio).
10
+
-**🇦 [MCP Server Actor](https://apify.com/apify/actors-mcp-server)** – HTTP server accessible via Server-Sent Events (SSE). See the guide for [MCP Server Actor](#-mcp-server-actor)
11
+
-**⾕ MCP Server Stdio** – Local server available via standard input/output (stdio). See the guide for [MCP Server at local host](#-mcp-server-at-a-local-host)
12
12
13
13
14
14
It can also interact with the MCP server using chat-like UI with 💬 [Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client)
@@ -211,26 +211,6 @@ You can also use [Smithery](https://smithery.ai/server/@apify/actors-mcp-server)
211
211
- [Node.js](https://nodejs.org/en) (v18 or higher)
212
212
- [Apify API Token](https://docs.apify.com/platform/integrations/api#api-token) (`APIFY_TOKEN`)
213
213
214
-
### Install
215
-
216
-
First, clone the repository using the following command:
Navigate to the project directory and install the required dependencies:
222
-
223
-
```bash
224
-
cd actor-mcp-server
225
-
npm install
226
-
```
227
-
228
-
Before running the server, you need to build the project:
229
-
230
-
```bash
231
-
npm run build
232
-
```
233
-
234
214
#### Claude Desktop
235
215
236
216
To configure Claude Desktop to work with the MCP server, follow these steps. For a detailed guide, refer to the [Claude Desktop Users Guide](https://modelcontextprotocol.io/quickstart/user).
@@ -295,7 +275,7 @@ To configure Claude Desktop to work with the MCP server, follow these steps. For
295
275
Find and analyze instagram profile of the Rock.
296
276
```
297
277
298
-
#### Debugging NPM package @apify/actors-mcp-server with modelcontextprotocol/inspector
278
+
#### Debugging NPM package @apify/actors-mcp-server with @modelcontextprotocol/inspector
299
279
300
280
To debug the server, use the [MCP Inspector](https://github.com/modelcontextprotocol/inspector) tool:
0 commit comments