Scrape-LE for Cursor
io.github.nolindnaidoo/scrape-le
Analyse robots.txt content and report whether a path may be crawled.
client:Cursor
transport:stdio
runtime:npm
Install Scrape-LE in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scrape-le": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scrape-le-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs