Skip to content

Commit 4c2323e

Browse files
authored
fix: update inspector command in readme (#38)
1 parent ef244c7 commit 4c2323e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,15 @@ To configure Claude Desktop to work with the MCP server, follow these steps. For
293293
Find and analyze instagram profile of the Rock.
294294
```
295295

296+
#### Debugging NPM package @apify/actors-mcp-server with modelcontextprotocol/inspector
297+
298+
To debug the server, use the [MCP Inspector](https://github.com/modelcontextprotocol/inspector) tool:
299+
300+
```shell
301+
export APIFY_TOKEN=your-apify-token
302+
npx @modelcontextprotocol/inspector npx -y @apify/actors-mcp-server
303+
```
304+
296305
### Installing via Smithery
297306

298307
To install Apify Actors MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@apify/actors-mcp-server):
@@ -366,6 +375,7 @@ npm run build
366375
You can launch the MCP Inspector via [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) with this command:
367376

368377
```bash
378+
export APIFY_TOKEN=your-apify-token
369379
npx @modelcontextprotocol/inspector node ./dist/index.js
370380
```
371381

0 commit comments

Comments
 (0)