browser-mcp-control

Installation
SKILL.md

Browser MCP Control

Skill by ara.so — MCP Skills collection.

What Browser MCP Does

Browser MCP is a Model Context Protocol server that bridges AI assistants to your local Chrome browser through a Chrome extension. Unlike headless automation tools, it operates on your existing browser profile, preserving login sessions and cookies, reducing CAPTCHA triggers and bot detection.

The architecture uses:

  • MCP Server (stdio) that AI clients spawn as subprocess
  • WebSocket bridge (port 9009) for extension communication
  • Chrome Extension that executes commands in active tabs
  • Optional Redis for session persistence

Installation

1. Install the MCP Server

Installs
16
GitHub Stars
4
First Seen
Jul 2, 2026
browser-mcp-control — aradotso/mcp-skills