We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c2243 commit a1b0c11Copy full SHA for a1b0c11
1 file changed
README.md
@@ -199,9 +199,7 @@ Configure Claude Desktop to recognize the MCP server.
199
"mcpServers": {
200
"actors-mcp-server": {
201
"command": "npx",
202
- "args": [
203
- "@apify/actors-mcp-server"
204
- ]
+ "args": ["-y", "@apify/actors-mcp-server"]
205
"env": {
206
"APIFY_TOKEN": "your-apify-token"
207
}
@@ -214,9 +212,8 @@ Configure Claude Desktop to recognize the MCP server.
214
212
215
213
216
"args": [
217
- "@apify/actors-mcp-serve",
218
- "--actors",
219
- "lukaskrivka/google-maps-with-contact-details,apify/instagram-scraper"
+ "-y", "@apify/actors-mcp-serves",
+ "--actors", "lukaskrivka/google-maps-with-contact-details,apify/instagram-scraper"
220
]
221
222
0 commit comments