Skip to content

Commit

Permalink
Update README.md (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirispilka authored Jan 17, 2025
1 parent d4c2243 commit a1b0c11
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,7 @@ Configure Claude Desktop to recognize the MCP server.
"mcpServers": {
"actors-mcp-server": {
"command": "npx",
"args": [
"@apify/actors-mcp-server"
]
"args": ["-y", "@apify/actors-mcp-server"]
"env": {
"APIFY_TOKEN": "your-apify-token"
}
Expand All @@ -214,9 +212,8 @@ Configure Claude Desktop to recognize the MCP server.
"actors-mcp-server": {
"command": "npx",
"args": [
"@apify/actors-mcp-serve",
"--actors",
"lukaskrivka/google-maps-with-contact-details,apify/instagram-scraper"
"-y", "@apify/actors-mcp-serves",
"--actors", "lukaskrivka/google-maps-with-contact-details,apify/instagram-scraper"
]
"env": {
"APIFY_TOKEN": "your-apify-token"
Expand Down

0 comments on commit a1b0c11

Please sign in to comment.