
Browser Automation
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar install BrowserMCP/mcp -c claude
This command will automatically install and configure the Browser Automation MCP server for your selected client.
Option 2: Manual Configuration
View JSON configuration
{
"mcpServers": {
"Browser Automation": {
"command": "npx",
"args": [
"-y",
"@browsermcp/mcp"
],
"env": {}
}
}
}
Copy and paste this configuration into your MCP client's configuration file to manually set up this server.
Common MCP clients
claude
- Claude Desktopcursor
- Cursor Code Editorcline
- Cline (VS Code)windsurf
- Windsurf Editorwitsy
- Witsy AI Assistant

Browser MCP
Automate your browser with AI.
Website
•
Docs
About
Browser MCP is an MCP server + Chrome extension that allows you to automate your browser using AI applications like VS Code, Claude, Cursor, and Windsurf.
Features
- ⚡ Fast: Automation happens locally on your machine, resulting in better performance without network latency.
- 🔒 Private: Since automation happens locally, your browser activity stays on your device and isn't sent to remote servers.
- 👤 Logged In: Uses your existing browser profile, keeping you logged into all your services.
- 🥷🏼 Stealth: Avoids basic bot detection and CAPTCHAs by using your real browser fingerprint.
Contributing
This repo contains all the core MCP code for Browser MCP, but currently cannot yet be built on its own due to dependencies on utils and types from the monorepo where it's developed.
Credits
Browser MCP was adapted from the Playwright MCP server in order to automate the user's browser rather than creating new browser instances. This allows using the user's existing browser profile to use logged-in sessions and avoid bot detection mechanisms that commonly block automated browser use.
Stars
1,306Forks
66Last commit
11 days agoRepository age
1 monthLicense
Apache-2.0
Auto-fetched from GitHub .
MCP servers similar to Browser Automation:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit