PluginBench
MCP Server
Maintained
MIT

LionScraper MCP + CLI + HTTP API (Python) MCP Server

io.github.dowant/lionscraper-python

What is the LionScraper MCP + CLI + HTTP API (Python) MCP server?

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

How to install LionScraper MCP + CLI + HTTP API (Python)

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lionscraper-python": {
      "command": "uvx",
      "args": [
        "lionscraper"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "lionscraper-python": {
      "command": "uvx",
      "args": [
        "lionscraper"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lionscraper-python": {
      "command": "uvx",
      "args": [
        "lionscraper"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "lionscraper-python": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lionscraper"
      ]
    }
  }
}
Claude Code
claude mcp add lionscraper-python -- uvx lionscraper

Related MCP servers

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

1
TypeScript
MIT
View repository →