BrowserMesh for Cline
io.github.scrolldynasty/browsermesh
Isolated multi-session Chromium runtime for external MCP clients over stdio.
client:Cline
transport:stdio
runtime:npm
Install BrowserMesh 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": {
"browsermesh": {
"command": "npx",
"args": [
"-y",
"browsermesh"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs