scraper for Cursor
io.github.ofershap/scraper
Web scraping MCP — extract clean markdown, links, and metadata from any URL.
client:Cursor
transport:stdio
runtime:npm
Install scraper in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scraper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-scraper"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs