@apify/actors-mcp-server 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -293,6 +293,15 @@ To configure Claude Desktop to work with the MCP server, follow these steps. For
|
|
|
293
293
|
Find and analyze instagram profile of the Rock.
|
|
294
294
|
```
|
|
295
295
|
|
|
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
|
+
|
|
296
305
|
### Installing via Smithery
|
|
297
306
|
|
|
298
307
|
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
|
|
|
366
375
|
You can launch the MCP Inspector via [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) with this command:
|
|
367
376
|
|
|
368
377
|
```bash
|
|
378
|
+
export APIFY_TOKEN=your-apify-token
|
|
369
379
|
npx @modelcontextprotocol/inspector node ./dist/index.js
|
|
370
380
|
```
|
|
371
381
|
|