Browser MCP

Browser MCP

Browser
BrowserMCP/mcp6,912 stars
BrowserMCP
claudecursorvscodecodexgeneric
FreeOpen Source

About This Server

An MCP server that lets AI agents directly control a local browser. Supports page navigation, content extraction, screenshots, form filling, clicking, and more — letting agents browse the web like a human.

Installation

npx -y @browsermcp/mcp

Frequently Asked Questions

How is Browser MCP different from Playwright MCP?

Browser MCP controls your local real browser (Chrome/Firefox, etc.) that you're already using — it can access logged-in websites, existing sessions, and cookies. Playwright MCP launches a headless browser, making it better suited for automated testing and crawling. They complement each other.

What automation tasks can Browser MCP do?

It can auto-fill and submit forms, extract web content, take screenshots, click buttons and links, scroll pages, manage multiple tabs, and read login states. Suitable for data collection, page monitoring, automated testing, and content management.

Is Browser MCP safe? Will it leak my browsing data?

The MCP server runs locally and communicates with your browser via the Chrome DevTools Protocol (CDP). All data is processed locally and never uploaded to third parties. AI agents only operate the browser when explicitly instructed. Review the sites your agent is asked to visit.