MCP server giving an agent a real Chrome — plus a live co-browse plane a human can watch and take over
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-browser": {
"command": "uvx",
"args": [
"mcp-browser"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-browser uvx mcp-browser
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-browser": {
"command": "uvx",
"args": [
"mcp-browser"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-browser
README Excerpt
A real browser an agent can drive — and a human can watch. An [MCP](https://modelcontextprotocol.io) server speaking Streamable HTTP: run it in a container, point your agent at `http://localhost:8096/mcp`. A full Playwright-driven Chrome exposed as MCP tools: navigate, snapshot the page as structured
Tools (14)
browser_click browser_console browser_download browser_eval browser_find browser_get_table browser_network browser_open browser_read browser_screenshot browser_snapshot browser_type browser_upload_file browser_wait_for
Topics
ai-agents browser-automation chrome cobrowsing mcp mcp-server playwright