Playwright MCP
Give your agent a real browser to drive.
Microsoft's MCP server for Playwright. The agent navigates, clicks and reads the accessibility tree, which makes "check that the page actually works" something it can do itself.
Works with
Key info
- Pricing
- Open source
- Platform
- macOS · Windows · Linux
- Category
- MCP Servers
- Best for
- Intermediate
- Connects your agent to
- A real browser on your computer
- Runs
- On your computer
- Add it with
- npx @playwright/mcp@latest
- Sign-in
- None
- Your agent can
- Open pages, click, type and read what is on screen
- Needs
- Node.js
- Good for
- Letting your agent check that your app actually works
Related reading
- Fundamentals
Reviewing code you did not write
You are going to merge a lot of code you did not type. Reviewing it is a different skill from writing it, and it is the one that actually keeps a vibe-coded…
Intermediate