Odel
Browsegrab

Browsegrab

Local
@quartzunitMITUpdated 4mo ago

Token-efficient browser agent for local LLMs. Playwright + accessibility tree + MarkGrab.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIbrowsegrabv0.1.1

Run

uvx browsegrab

MCP client config

{
  "mcpServers": {
    "browsegrab": {
      "command": "uvx",
      "args": [
        "browsegrab"
      ]
    }
  }
}