web scraper for Cursor
io.github.ryudi84/web-scraper
MCP server for web scraping: URLs, links, metadata, CSS extraction.
client:Cursor
transport:stdio
runtime:npm
Install web scraper in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"web-scraper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sovereign-web-scraper-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs