Odel
LionScraper MCP + CLI + HTTP API (Node)

LionScraper MCP + CLI + HTTP API (Node)

Local
@dowant1TypeScriptMITUpdated 5mo ago

LionScraper Node: MCP stdio + CLI + HTTP API bridging AI to LionScraper browser extension.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmlionscraperv1.0.6

Run

npx -y lionscraper

MCP client config

{
  "mcpServers": {
    "lionscraper-mcp-cli-http-api-node": {
      "command": "npx",
      "args": [
        "-y",
        "lionscraper"
      ]
    }
  }
}