Skip to content
Cursor

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

io.github.dowant/lionscraper-python

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

client:Cursor transport:stdio runtime:pypi

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

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

{
  "mcpServers": {
    "lionscraper-python": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "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 (Python) in other clients