Automate your local Chrome browser
Add to Claude Desktop config.json
{
"mcpServers": {
"browsermcp-mcp": {
"command": "node",
"args": [
"~/.mcp/mcp/index.js"
]
}
}
} Get the source and run locally
git clone https://github.com/BrowserMCP/mcp.git ~/.mcp/mcp
cd ~/.mcp/mcp
Automate your browser with AI.
Website
•
Docs
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.
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.
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.
Browser automation capabilities using Puppeteer, both support local and remote browser connection.
Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots
Automates browser-based workflows using LLMs and computer vision — navigate pages, fill forms, extract data, handle authentication, and automate any website via natural language
An MCP server using Playwright for browser automation and webscrapping
Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more)
An MCP Server that autonomously debugs web applications with browser-use browser agents