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
{
"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