Svipall for Cursor
dev.ilien.svipall/mcp
Read any page past its anti-bot wall, crawl sites, search without an API key, solve captchas locally
client:Cursor
transport:stdio
runtime:npm
Install Svipall in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"svipall"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs