Skip to content

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

io.github.dowant/lionscraper-python

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

client:Zed transport:stdio runtime:pypi

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

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "lionscraper-python": {
      "command": "uvx",
      "args": [
        "lionscraper"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

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