Skip to content
VS Code

LionScraper MCP + CLI + HTTP API (Python) for VS Code

io.github.dowant/lionscraper-python

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

client:VS Code transport:stdio runtime:pypi

Install LionScraper MCP + CLI + HTTP API (Python) in VS Code

.vscode/mcp.json

{
  "servers": {
    "lionscraper-python": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lionscraper"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

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