Skip to content

Commit 82e8f6c

Browse files
authored
fix: Update README for a localhost configuration (#52)
fix: usage for the localhost
1 parent 54d4cc1 commit 82e8f6c

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

README.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Implementation of an MCP server for all [Apify Actors](https://apify.com/store).
77
This server enables interaction with one or more Apify Actors that can be defined in the MCP Server configuration.
88

99
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)
1212

1313

1414
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)
211211
- [Node.js](https://nodejs.org/en) (v18 or higher)
212212
- [Apify API Token](https://docs.apify.com/platform/integrations/api#api-token) (`APIFY_TOKEN`)
213213
214-
### Install
215-
216-
First, clone the repository using the following command:
217-
218-
```bash
219-
git clone [email protected]:apify/actor-mcp-server.git
220-
```
221-
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-
234214
#### Claude Desktop
235215
236216
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
295275
Find and analyze instagram profile of the Rock.
296276
```
297277
298-
#### Debugging NPM package @apify/actors-mcp-server with modelcontextprotocol/inspector
278+
#### Debugging NPM package @apify/actors-mcp-server with @modelcontextprotocol/inspector
299279
300280
To debug the server, use the [MCP Inspector](https://github.com/modelcontextprotocol/inspector) tool:
301281

0 commit comments

Comments
 (0)