Anti-detect browser for AI agents and human operators. Isolated Chromium profiles (cookies, fingerprint, proxy), driven through MCP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"multizen-browser": {
"command": "npx",
"args": [
"-y",
"multizenteam/multizen-browser"
]
}
}
}
Run in terminal:
claude mcp add multizen-browser npx -y multizenteam/multizen-browser
Add to .cursor/mcp.json:
{
"mcpServers": {
"multizen-browser": {
"command": "npx",
"args": [
"-y",
"multizenteam/multizen-browser"
]
}
}
}