Skip to content
Cline

substrate browser for Cline

io.github.manuelinuxkr/substrate-browser

Token-first headless browser for AIs. Extracts a tiny semantic graph, cutting HTML bloat by 95%.

client:Cline transport:stdio runtime:npm

Install substrate browser in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "substrate-browser": {
      "command": "npx",
      "args": [
        "-y",
        "substrate-browser"
      ],
      "env": {
        "SUBSTRATE_PROXY": "<SUBSTRATE_PROXY>",
        "SUBSTRATE_VIEWPORT_WIDTH": "<SUBSTRATE_VIEWPORT_WIDTH>",
        "SUBSTRATE_VIEWPORT_HEIGHT": "<SUBSTRATE_VIEWPORT_HEIGHT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

substrate browser in other clients