Home › Browser Automation & Scraping › Svipall
Svipall
Read any page past its anti-bot wall, crawl sites, search without an API key, solve captchas locally
Topics: Browser Automation
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.0.6)
npx -y svipall@1.0.6
Or add to your MCP client config:
{
"mcpServers": {
"svipall": {
"command": "npx",
"args": [
"-y",
"svipall@1.0.6"
]
}
}
}
This server takes extra arguments — see its repository.
Package (oci)
docker run -i --rm ghcr.io/ilien-dev/svipall:1.0.6
Or add to your MCP client config:
{
"mcpServers": {
"svipall": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ilien-dev/svipall:1.0.6"
]
}
}
}
This server takes extra arguments — see its repository.
Package (cargo 1.0.6)
Package: cargo svipall
Related servers
UI-TARS-desktop
MCP server for web search operations
playwright-mcp
Playwright Tools for MCP
SeleniumBase MCP
Stealthy browser automation, testing, and web-scraping via CDP Mode.
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
mcp
Automate your local Chrome browser
mcp-playwright
An MCP server using Playwright for browser automation and webscrapping
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry