aicoolies logo
BrowserMCP logo
BrowserMCP logo

BrowserMCP

Automate local Chrome browser via MCP

open sourceupdated Jul 9, 2026

BrowserMCP is an MCP server that enables AI agents to automate a local Chrome browser — navigating pages, clicking elements, filling forms, extracting content, and taking screenshots. It gives coding agents the ability to interact with web applications the way a human would, directly from Claude Desktop, Cursor, or any MCP client.

BrowserMCP turns any MCP-compatible AI assistant into a browser automation agent by providing direct control over a local Chrome instance. The server exposes tools for page navigation, element interaction (click, type, select), content extraction, screenshot capture, and JavaScript execution — enabling agents to perform complex web tasks that go far beyond simple API calls. This is particularly valuable for testing web applications, scraping dynamic content, filling out forms, and verifying UI behavior.

Unlike cloud-based browser automation services, BrowserMCP operates on the user's local machine, which means it can access localhost development servers, authenticated sessions, and internal tools without exposing them to external services. The agent can see and interact with the same browser the developer sees, making it natural for pair-programming workflows where the AI needs to verify UI changes, test responsive layouts, or interact with web-based developer tools.

With 6,100+ GitHub stars, BrowserMCP has established itself as a go-to solution for adding browser automation capabilities to AI coding agents. It complements Playwright-style test automation with a more interactive, agent-driven approach — where the AI decides what to click and when based on what it sees on the page, rather than following predefined scripts. This makes it ideal for exploratory testing, web data collection, and automated interaction with web interfaces that lack APIs.

Pricing

Free and open-source

Platforms

MCP Server, Chrome, Claude Desktop, Cursor

Categories

Tags

Use Cases

Browser Use logo

Browser Use

AI agent framework for web browser automation

Browser Use is an open-source AI agent framework with 99K+ GitHub stars enabling LLMs to control web browsers via natural language. Y Combinator-backed, it lets agents navigate sites, fill forms, extract data, and complete multi-step tasks autonomously. Built on Playwright with vision-based element detection, multi-tab management, cookie persistence, and self-correcting actions. Supports OpenAI, Anthropic, and local models with a simple Python API for building custom browser agents.

Open Source
Browserbase MCP Server logo

Browserbase MCP Server

Cloud browser automation via MCP for scalable testing

Browserbase MCP Server gives MCP clients a hosted or self-hostable browser through Browserbase and Stagehand. It exposes tools for starting sessions, navigating, acting, observing, extracting, and taking screenshots, with a hosted Streamable HTTP endpoint for easiest setup and local STDIO/Docker options for teams that want to run the Apache-licensed server themselves.

freemiumOpen Source
Playwright logo

Playwright

Reliable end-to-end testing

Cross-browser E2E testing framework by Microsoft supporting Chromium, Firefox, and WebKit with one API. Features auto-waiting, tracing with timeline/screenshots/DOM snapshots, codegen for recording tests, and parallel execution. Component testing for React, Vue, Svelte. Built-in API testing, network mocking, and mobile emulation. Known for reliability and speed vs Selenium/Cypress. 70K+ GitHub stars, rapidly becoming the E2E standard.

Open Source

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Agent Skills logo

Agent Skills

Open standard for portable skills across AI agents

Agent Skills is the open SKILL.md folder specification for packaging reusable instructions, scripts, references, and assets that compatible AI agents load through progressive disclosure. Originally developed by Anthropic and released as an open standard, it defines the portable format itself—not an example library, marketplace, or hosted agent product.

Open Source
MCPJam logo

MCPJam Inspector

Test and debug MCP servers before they ship

Open-source platform for inspecting, debugging and regression-testing MCP servers, MCP Apps and ChatGPT apps, with OAuth and protocol conformance for local and CI workflows.

freemiumOpen SourceTelemetry
ToolHive mascot logo

ToolHive

Run and govern MCP servers across desktop, CLI and Kubernetes

Open-source MCP runtime and governance platform that runs servers in isolated containers, curates registries, enforces access policies, and operates gateways across desktop, CLI, and Kubernetes.

Open Source
grafana mcp

Grafana MCP Server

First-party MCP server for querying and managing Grafana

Grafana's official Model Context Protocol server, letting AI assistants search dashboards, query datasources, and manage alerts/incidents on your Grafana instance through a standard MCP interface.

Open Source
MCP Registry parent MCP protocol mark

MCP Registry

Official open catalog of Model Context Protocol servers

The official, community-run registry for discovering and publishing Model Context Protocol (MCP) servers — an open index that MCP clients read to find available servers.

Open Source
Figma Console MCP logo

Figma Console MCP

Turn a Figma design system into a programmable API for AI assistants

Figma Console MCP is open-source design-system infrastructure that exposes Figma to AI assistants through MCP. It supports structured extraction, design creation and editing, debugging, accessibility audits, and bidirectional design-token workflows across local, remote read-only, and paired cloud modes; it is not a generic one-click Figma-to-code exporter.

Open SourceTelemetry

Used in Stacks

Comparisons

Playwright MCP vs BrowserMCP — Microsoft Structured Automation vs Community Browser Agent Server

Playwright MCP and BrowserMCP both enable AI agents to interact with web browsers through the Model Context Protocol but offer different automation approaches and reliability levels. Playwright MCP by Microsoft provides structured, typed tool calls backed by Playwright's battle-tested browser engine. BrowserMCP offers a community-built server with screenshot-based interaction and broader accessibility for simpler browser automation tasks.

Playwright MCPBrowserMCP

BrowserMCP vs Browser Use — MCP Browser Automation vs AI Browser Agent Compared

BrowserMCP and Browser Use both enable AI agents to interact with web browsers, but through different architectures. BrowserMCP is an MCP server that gives any MCP-compatible AI assistant (Claude Desktop, Cursor) direct Chrome control with 6.1K+ stars. Browser Use is a standalone Python library with 65K+ stars that provides browser automation capabilities for custom AI agent applications built with LangChain or other frameworks.

BrowserMCPBrowser Use

FAQ

What is BrowserMCP?

BrowserMCP is an MCP server that enables AI agents to automate a local Chrome browser — navigating pages, clicking elements, filling forms, extracting content, and taking screenshots. It gives coding agents the ability to interact with web applications the way a human would, directly from Claude Desktop, Cursor, or any MCP client.

Is BrowserMCP free?

Yes — BrowserMCP is open source and free to use. Free and open-source

Is BrowserMCP open source?

Yes — BrowserMCP is open source.

What are the best BrowserMCP alternatives?

The top editor-verified BrowserMCP alternatives are Browser Use, Browserbase MCP Server, Playwright.