Playwright Browser
Lets your assistant open and operate a real web browser.
Playwright MCP gives an assistant full control of a real browser: navigate to pages, click buttons, fill forms, read what is on screen, and take screenshots. It is the skill behind use cases like "compare prices across three shops" or "fill in this web form for me". Because it drives an actual browser, it works on sites that plain fetching cannot read.
Install Playwright Browser
Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
}
}
}Recipes using this skill
FAQ
Is your domain ready for AI agents?
Assistants equipped with skills like Playwright Browser are already visiting your site. agentics checks whether they can read, find, and trust your domain — free, no signup.
Run free check →Related skills
Cloud browsers — automation without opening windows on your machine.
Live web search results inside your assistant.
Fetches a single web page and converts it to readable text.
Industrial-strength web scraping with JavaScript rendering.