AntiBrow MCP Server
Local MCP browser automation with persistent, proxy-configurable profiles
Browser Automationnpx -p anti-detect-browser -p @modelcontextprotocol/sdk anti-detect-browser --mcp{
"mcpServers": {
"anti-detect-browser": {
"command": "npx",
"args": [
"-p",
"anti-detect-browser",
"-p",
"@modelcontextprotocol/sdk",
"anti-detect-browser",
"--mcp"
],
"env": {
"ANTI_DETECT_BROWSER_KEY": "YOUR_ANTIBROW_API_KEY"
}
}
}
}AntiBrow MCP Server is a community MCP server that connects AI assistants like Claude to local mcp browser automation with persistent, proxy-configurable profiles. It runs locally on your machine, keeping your data private and giving you full control over the connection. Adding it to your setup expands what Claude can do without any extra coding.
About AntiBrow MCP Server
AntiBrow exposes browser and profile operations through a local MCP server. An agent can launch a named profile, navigate, read pages, click, fill forms, take screenshots and close the browser while the profile keeps its identity across sessions. Per-profile proxy settings and engine-level fingerprint configuration are available. The TypeScript and Python SDKs are MIT-licensed and return familiar Playwright objects; the browser engine is downloaded separately and is not open source. An AntiBrow API key is required. This is a local stdio server, not a hosted remote MCP endpoint, and it does not guarantee access to any website.
Who Should Use AntiBrow MCP Server?
- 1Extend Claude and other AI assistants with new capabilities
- 2Automate tasks that previously required manual steps
- 3Connect your existing tools to an AI workflow
- 4Reduce repetitive work by letting AI interact with your services
How to Install AntiBrow MCP Server
Before you start
You will need Node.js (v18 or later) installed on your machine — download it from nodejs.org if you haven't already.
- 1Open a terminal (Terminal on Mac, Command Prompt or PowerShell on Windows).
- 2Paste the install command above and press Enter — Node.js will download and run the server automatically.
- 3Add the server to your Claude Desktop config file (see the JSON snippet above) and restart Claude.
The Claude Desktop config snippet above can be copied and pasted directly into your claude_desktop_config.json file — no editing required.