Playwright MCP
by Microsoft
Browser control as an MCP server. Click, type, screenshot, scrape, all from inside any MCP-aware agent.
MCP
Playwright MCP
Added 17 May 2026
Overview
Playwright MCP exposes a real browser as an MCP-compatible tool. Agents can navigate pages, fill forms, click elements, take screenshots, and extract structured data. Built on Microsoft's mature Playwright runtime, so it inherits the cross-browser support, headless mode, and trace tooling.
Best for
Best for
Anyone who needs to make agents do browser work safely
Use cases
- Agent-driven QA across web flows
- Scraping anything where no API exists
- Form-fill automations against legacy systems
- Visual regression testing as an agent task
Notes
Why it matters
If your agent needs to do anything no API permits, Playwright MCP is the universal escape hatch.
How teams use it in production
Use it for the long tail of legacy systems with no API. Pair with a vision model so the agent can reason about layout, not just selectors.
What to watch
The intersection of Playwright MCP and computer-use models (Claude’s computer-use, OpenAI’s Operator) is where browser automation gets dramatically more reliable.
Pros
- Real browser, not a flaky API mock
- Inherits Playwright's debugging and trace tools
- Cross-browser support out of the box
- Strong community and active maintenance
Cons
- Requires a runtime, not a one-line install everywhere
- Token usage on screenshot heavy flows can be high
- Agent has to learn the browser quirks of each target site
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Claude Computer Use
Anthropic
Claude takes the mouse and keyboard. A vision-based agent that controls a real desktop, not just a browser.
Browserbase
Browserbase
Headless browser infrastructure built for agents. Sessions, sandboxing, observability, all hosted.
Webpage Info Skill
Anthropic
Official Anthropic skill that gives Claude a clean fetch and extract loop for any URL. The default starting point for web grounding.
Puppeteer MCP Server
Model Context Protocol (reference)
Reference Puppeteer-backed MCP. Give an agent a real browser when an API does not exist.
Brave Search MCP Server
Anthropic (Model Context Protocol)
Expose the Brave Search API as MCP tools — web search, local search, and summarization for any MCP-compatible agent.