Skip to content
Cursor

substrate browser for Cursor

io.github.manuelinuxkr/substrate-browser

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

client:Cursor transport:stdio runtime:npm

Install substrate browser in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

substrate browser in other clients