BrowserMesh for Cursor
io.github.scrolldynasty/browsermesh
Isolated multi-session Chromium runtime for external MCP clients over stdio.
client:Cursor
transport:stdio
runtime:npm
Install BrowserMesh in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"browsermesh": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"browsermesh"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs