Lightweight stealth-oriented browser MCP server in Rust — one shared Chrome for many AI agents, 64+ Playwright-style tools, no Node.js runtime.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"browser-rs-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"browser-rs-mcp"
]
}
}
}
Run in terminal:
claude mcp add browser-rs-mcp cargo run -- browser-rs-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"browser-rs-mcp": {
"command": "cargo",
"args": [
"run",
"--",
"browser-rs-mcp"
]
}
}
}