RadarBrowser & automation
Playwright
Browser & automation · MCP Server
About Playwright
Microsoft's Playwright MCP server lets an assistant control a browser, click, type, navigate, and read pages , using accessibility structure rather than screenshots.
Drive a real browser to navigate and act.
CategoryBrowser & automation
TypeMCP Server
SourceOfficial
WebsiteInstalling Playwright
Runs on demand via npx. Nothing to install globally.
Claude Code
claude mcp add playwright -- npx -y @playwright/mcp@latest
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.