Playwright Browser Automation
Enables web browser control for navigating websites, capturing page snapshots, interacting with elements, and taking screenshots through Playwright's automation capabilities.
Featured
View Source16727 stars
0 tools
Created Aug 2025
@microsoft/microsoft-playwright-browser-automation-playwright-mcpAbout
Enables web browser control for navigating websites, capturing page snapshots, interacting with elements, and taking screenshots through Playwright's automation capabilities.
Categories
general
Installation
npm
npm install @microsoft/microsoft-playwright-browser-automation-playwright-mcp
Configuration
{
"mcpServers": {
"microsoft-playwright-browser-automation-playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@microsoft/microsoft-playwright-browser-automation-playwright-mcp"
]
}
}
}