MCP servers that drive real browsers — navigation, clicking, form-filling and screenshots. Each entry is scanned with the deterministic Capability-Flow Trust Model — grades are computed, never self-reported.
Microsoft’s official Playwright MCP server: drive a real browser through accessibility-tree snapshots.
Browser automation tools from n8n built on Playwright, WebDriver BiDi, and safaridriver.
Security scan results for the Media Gen MCP server.
Security scan results for the Wcag Checkr MCP server.
Browserbase’s official MCP server: cloud headless browsers for agents, with sessions and screenshots.
Browser automation via the Jan Browser extension, with tools for web navigation, interaction, and search.
Stealth browser automation powered by Patchright with 64 tools, persistent profiles, multi-page support, CDP attach, network interception, and granular cookie and storage control.
Experimental browser automation server using Puppeteer, inspired by the original @modelcontextprotocol/server-puppeteer.
Runs parallel browser automation with isolated Playwright sessions.
Security scan results for the Playwright Mcp Advanced MCP server.
Mozilla's official server for automating Firefox through its DevTools.
Security scan results for the Patchright Mcp Jalikey MCP server.
Security scan results for the Chrome Tabs MCP server.
Security scan results for the Metro MCP server.
Browser automation that lets multiple AI agents control the same Chrome browser simultaneously.
Security scan results for the Cesium Mcp Webmcp MCP server.
Security scan results for the Smart Dom Reader MCP server.
Security scan results for the Storybook MCP server.
Security scan results for the Screenshot Website Fast MCP server.
Security scan results for the Mermaid MCP server.
Lets AI assistants interact with the user's local browsers.
Security scan results for the Playwright Mcp Wsl MCP server.
Security scan results for the Yesnet Ecount MCP server.
Loads and interacts with web pages using the user's own Chromium-based browser with full JavaScript execution, reusing the existing session for authentication, SSO, and anti-bot protection.
Suppose you want an AI assistant to pull pricing data off a site that exposes no API, walk a multi-page web form to the final screen, or run a nightly screenshot pass over a staging build. That is the job of a browser automation MCP server: it gives a Model Context Protocol client such as Claude or Cursor control of an actual browser — opening pages, pressing buttons, typing into fields and reading back whatever renders.
Most entries here wrap Playwright, Puppeteer, Selenium or the raw Chrome DevTools Protocol, steering headless Chromium, Firefox and WebKit. Hunting for an MCP server for Playwright or Puppeteer specifically? Those wrappers live in the MCP Trust Registry. Through them an assistant can extract structured data from pages that were never meant to be scraped, complete end-to-end form workflows, and capture screenshots or PDFs for QA and visual-regression checks. They pair well with Communication & Collaboration servers — posting scraped results into a team channel — or Lifestyle & Local servers for booking-and-browsing errands.
A browser is not a sandbox; it is a logged-in identity, which makes the security exposure here unusually wide:
That exposure is what the Trust Score measures: the open-source mcptrustchecker engine reads the published npm or PyPI package, maps how capabilities chain into a blast radius, and grades it A–F. Identical code yields an identical score — no LLM in the loop, no paid placement, and the scoring model is documented end to end.
They can be, when scope matches the job. Prefer a server with a strong Trust Score and a narrow capability profile, run it against a dedicated browser profile that carries none of your logged-in sessions, and review its findings before wiring it into a real workflow. Anything combining open navigation, form submission and file access is high-privilege software and deserves that level of scrutiny.