Browser Automation MCP Servers
7 browser automation MCP servers are cataloged, 0 with verified current-spec support.
MCP servers that drive or inspect web browsers: page navigation, form filling, DOM and accessibility inspection, debugging, and end-to-end testing.
- Browser Use MCP Server
- Spec Support Unverified
MCP server shipped inside the browser-use Python library for driving a real Chrome browser, run locally over stdio. The registry-published package launches the minimal --cli-mcp variant (browser_exec, browser_screenshot); the richer tool set documented on docs.browser-use.com runs behind the --mcp flag. No surface names a supported MCP revision; spec support is unverified.
- browser-devtools-mcp
- Spec Support Unverified
Distributed as npm:browser-devtools-mcp. Spec revision support not yet verified.
- BrowserStack MCP Server
- Spec Support Unverified
BrowserStack's official MCP server for its testing platform, run locally from the @browserstack/mcp-server npm package with BrowserStack account credentials. No vendor surface names a supported MCP revision; spec support is unverified. npm's latest (1.2.36, 2026-08-11) is well ahead of the registry record (1.0.0, 2025-10-28).
- Chrome DevTools MCP
- Spec Support Unverified
Google's Chrome DevTools MCP server: lets a coding agent control and inspect a live Chrome browser with DevTools-grade debugging, performance tracing, and Puppeteer-based automation, run locally over stdio via npx chrome-devtools-mcp. No surface names a supported MCP revision; spec support is unverified.
- mcp-server-browserbase
- Spec Support Unverified
Distributed as npm:@browserbasehq/mcp-server-browserbase. Spec revision support not yet verified.
- Playwright MCP
- Spec Support Unverified
Microsoft's Playwright MCP server: browser automation through structured accessibility snapshots rather than screenshots, run locally over stdio via npx @playwright/mcp. No Microsoft surface names a supported MCP revision; spec support is unverified.
- playwright-stealth
- Spec Support Unverified
Distributed as npm:playwright-stealth-mcp-server. Spec revision support not yet verified.