Playwright
Provides browser automation capabilities through Playwright integration, enabling navigation, element interaction, screenshot capture, form handling, file uploads, PDF generation, tab management, and both accessibility tree and vision-based web control for scraping, testing, and automated workflows.
0 stars
0 tools
Created Aug 2025
@lewisvoncken/lewisvoncken-playwright-playwright-mcpAbout
Provides browser automation capabilities through Playwright integration, enabling navigation, element interaction, screenshot capture, form handling, file uploads, PDF generation, tab management, and both accessibility tree and vision-based web control for scraping, testing, and automated workflows.
Categories
general
Installation
npm
npm install @lewisvoncken/lewisvoncken-playwright-playwright-mcp
Configuration
{
"mcpServers": {
"lewisvoncken-playwright-playwright-mcp": {
"command": "npx",
"args": [
"-y",
"@lewisvoncken/lewisvoncken-playwright-playwright-mcp"
]
}
}
}