WebReaper for Cursor
io.github.alex-on-ai/webreaper
AI-native web scraper: scrape, crawl and map any site to clean markdown over stdio. MIT-licensed.
client:Cursor
transport:stdio
runtime:nuget
Install WebReaper in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"webreaper": {
"type": "stdio",
"command": "dnx",
"args": [
"WebReaper.Mcp",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs