scrapingant for Cursor
com.mcparmory/scrapingant
Scrape webpages, handle JavaScript and CAPTCHA, extract structured data
client:Cursor
transport:stdio
runtime:pypi
Install scrapingant in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scrapingant": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-scrapingant"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs