MCP server for browser automation via Playwright — navigate, click, type, screenshot, scroll, and inspect web pages.
{
"mcpServers": {
"lucitramcp-browser": {
"command": "npx",
"args": [
"-y",
"@lucitra/mcp-browser"
]
}
}
}