Agent-native browser and MCP server for lightweight, Chrome-free web discovery, with explicit escalation to Unchained for browser-only flows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unbrowser": {
"command": "cargo",
"args": [
"run",
"--",
"unbrowser"
]
}
}
}
Run in terminal:
claude mcp add unbrowser cargo run -- unbrowser
Add to .cursor/mcp.json:
{
"mcpServers": {
"unbrowser": {
"command": "cargo",
"args": [
"run",
"--",
"unbrowser"
]
}
}
}