Chrome-free MCP web access for agents with low-token page maps and browser escalation hints.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx pyunbrowser
MCP client config
{
"mcpServers": {
"unbrowser-by-unchained": {
"command": "uvx",
"args": [
"pyunbrowser"
]
}
}
}Distributed via cargo as `unbrowser`.