unbrowser by Unchained for Cursor
io.github.protostatis/unbrowser
Chrome-free MCP web access for agents with low-token page maps and browser escalation hints.
client:Cursor
transport:stdio
runtime:pypi
Install unbrowser by Unchained in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unbrowser": {
"type": "stdio",
"command": "uvx",
"args": [
"pyunbrowser"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs