You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.**Global Configuration** (for personal use across all projects):
64
+
Create a `~/.cursor/mcp.json` file in your home directory with the same configuration format as above.
55
65
56
-
> If you are using Windows and are running into issues, try `cmd /c "set WEBSCRAPING_AI_API_KEY=your-api-key && npx -y webscraping-ai-mcp"`
66
+
> If you are using Windows and are running into issues, try using `cmd /c "set WEBSCRAPING_AI_API_KEY=your-api-key && npx -y webscraping-ai-mcp"` as the command.
57
67
58
-
Replace `your-api-key` with your WebScraping.AI API key.
68
+
This configuration will make the WebScraping.AI tools available to Cursor's AI agent automatically when relevant for web scraping tasks.
59
69
60
70
### Running on Claude Desktop
61
71
@@ -381,27 +391,34 @@ This server implements the [Model Context Protocol](https://github.com/facebookr
381
391
### Example: Configuring Claude with MCP
382
392
383
393
```javascript
384
-
// Example code for connecting Claude with the WebScraping.AI MCP Server
0 commit comments