Category ranking

Best Browser Automation MCP Servers in 2026

Browser automation servers let an agent navigate sites, fill forms, take screenshots, and verify that the code it just wrote actually renders. They close the loop between writing code and seeing it work.

The ranking spans local options (Playwright, Puppeteer) and hosted browsers that handle anti-bot measures for you. Each detail page lists the exact capabilities — navigation, extraction, screenshots — so you can pick the right fit.

112results
BM
Browserbase MCP
Browser automation

Give agents controlled browser sessions for research, QA, screenshots, and web tasks.

13.3K 41089
HM
hangwin/mcp-chrome
Browser automation

Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation,...

12K 095
BM
browsermcp/mcp
Browser automation

Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

6.7K 050
EM
executeautomation/mcp-playwright
Browser automation

Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌

5.6K 099
RP
remorses/playwriter
Browser automation

Chrome extension & CLI to let agents control your browser. Runs Playwright snippets in a stateful sandbox. Available as CLI or MCP

3.7K 040
DL
dsphper/lanhu-mcp
Browser automation

⚡ 需求分析效率提升 200%!全球首个为 AI 编程时代设计的团队协作 MCP 服务器,自动分析需求自动编写前后端代码,下载切图

1.9K 099
FI
fetchai/innovation-lab-examples
Browser automation

Build , and workflows with uAgents, ASI:One, Agentverse, MCP, the A2A protocol, LangChain, CrewAI, Gemini, Claude and OpenAI.

1.1K 075
RX
runesleo/x-reader
Browser automation

Universal content reader MCP Server for 10+ platforms

952 049
SM
saik0s/mcp-browser-use
Browser automation

MCP server that gives AI assistants the power to control a web browser.

950 059
KS
kontext-security/browser-use-mcp-server
Browser automation

Browse the web, directly from Cursor etc.

827 059
DM
dondai1234/master-fetch
Browser automation

Fetch · crawl · bypass bot walls · read PDFs (even scanned) · search the web One MCP server · one warm browser · zero accounts · runs on your machine

812 039
WA
web-agent-master/google-search
Browser automation

A Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches and extract results.

613 093
View all matching entries · 112

FAQ

Playwright-based or hosted browser — which should I choose?

Local Playwright servers are free, fast, and keep data on your machine — ideal for testing your own apps. Hosted browsers handle proxies, CAPTCHAs, and scaling, which matters for scraping third-party sites. The playwright scenario page below covers the most popular local option.

Can the agent log into sites for me?

Technically yes — most servers can fill login forms or reuse a persistent browser profile. Store credentials in environment variables rather than prompts, and prefer dedicated test accounts over personal ones.

Do these servers work headlessly?

Yes, all major browser servers default to headless mode. Several offer a headed mode or screenshot tools so you can watch what the agent does while debugging a workflow.

Related guides