Skip to content
Cursor

LionScraper MCP + CLI + HTTP API (Node) for Cursor

io.github.dowant/lionscraper-node

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

client:Cursor transport:stdio runtime:npm

Install LionScraper MCP + CLI + HTTP API (Node) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "lionscraper-node": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lionscraper"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

LionScraper MCP + CLI + HTTP API (Node) in other clients