home / mcp / playwright mcp server
MCP server for browser automation using Playwright
Configuration
View docs{
"mcpServers": {
"vikashloomba-mcp-server-playwright": {
"command": "npx",
"args": [
"-y",
"@automatalabs/mcp-server-playwright"
]
}
}
}Navigate to a URL in the browser and load the target page.
Capture a screenshot of the full page or a specific element by selector.
Click an element on the page using a CSS selector.
Click an element by its visible text content.
Hover the cursor over an element identified by a CSS selector.
Hover over an element by its visible text content.
Fill an input field identified by a selector with a value.
Select an option in a SELECT element by CSS selector.
Select an option in a SELECT element by its visible text.
Execute JavaScript in the browser context and return the result.