webslinger-mcp

webSlingerAI/webslinger-mcp
★ 0 stars Python Browser/Web Updated today
The webslinger-mcp server enables users to execute scripts to perform web-based tasks via the webSlinger browser extension. webSlinger is an automation tool where a user demonstrates a task to perform and records a session map which is used to create a script. Such scripts can be run demand, on a schedule, or via the mcp-server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "webslinger-mcp": {
      "command": "uvx",
      "args": [
        "webslinger-mcp"
      ]
    }
  }
}

Or install with pip: pip install webslinger-mcp

README Excerpt

webSlinger's MCP server exposes a user's own previously recorded and validated browser automations - "scripts" - as MCP tools, so an agent can call `list_scripts` and `run_script` to reliably drive a real website instead of improvising selectors live in the moment. Each script was generated once from

Tools (5)

api_keyenvironmentextension_idmax_run_historyprune_runs