File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -199,9 +199,7 @@ Configure Claude Desktop to recognize the MCP server.
199199 "mcpServers": {
200200 "actors-mcp-server": {
201201 "command": "npx",
202- "args": [
203- "@apify/actors-mcp-server"
204- ]
202+ "args": ["-y", "@apify/actors-mcp-server"]
205203 "env": {
206204 "APIFY_TOKEN": "your-apify-token"
207205 }
@@ -214,9 +212,8 @@ Configure Claude Desktop to recognize the MCP server.
214212 "actors-mcp-server": {
215213 "command": "npx",
216214 "args": [
217- "@apify/actors-mcp-serve",
218- "--actors",
219- "lukaskrivka/google-maps-with-contact-details,apify/instagram-scraper"
215+ "-y", "@apify/actors-mcp-serves",
216+ "--actors", "lukaskrivka/google-maps-with-contact-details,apify/instagram-scraper"
220217 ]
221218 "env": {
222219 "APIFY_TOKEN": "your-apify-token"
You can’t perform that action at this time.
0 commit comments