Submit

Lionscraper Mcp

@dowant

LionScraper is a browser extension that can collect lists, articles, links, images, and more from web pages. This repository provides the companion bridge between your tools and that extension in three ways: MCP (lionscraper-mcp): connect an AI app (e.g. Cursor) so the model can call scraping tools over stdio. CLI (lionscraper): run daemon, scrape, ping, and more from a terminal on the same local HTTP/WebSocket port as the extension. HTTP API: when the daemon is running, call the same capabilities over loopback JSON HTTP (e.g. /v1/...) from scripts or any HTTP client—no MCP or CLI front-end required. The real scraping logic runs in the extension; these packages connect and forward.

Server Config

{
  "mcpServers": {
    "lionscraper": {
      "command": "lionscraper-mcp",
      "env": {
        "PORT": "13808",
        "TIMEOUT": "120000",
        "LANG": "en-US",
        "TOKEN": "",
        "DAEMON": ""
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.