Lionscraper
Freeby MCP Community
LionScraper bridge daemon, thin MCP stdio, and CLI — local HTTP + WebSocket to Chrome extension
v1.0.6Added Apr 12, 2026
lionscraperscrapeweb-scrapingmcpcli
Lionscraper MCP Server
LionScraper bridge daemon, thin MCP stdio, and CLI — local HTTP + WebSocket to Chrome extension
Installation
npx -y lionscraper
Reviews
Installation
Quick install
npx -y lionscraper
Add to claude_desktop_config.json
{
"mcpServers": {
"lionscraper": {
"command": "npx",
"args": ["-y", "lionscraper"]
}
}
}