just added this to claude.
"playwright": {
"command": "npx",
"args": [
"-y",
"@executeautomation/playwright-mcp-server"
]
}
It looks like the mcp server is asking for an specific version of the browser.

i have installed various versions

but npx playwright install doesn't install the mcp required version.
what to do?
Edit: i just copied the latest chromium and renamed the folder and it works, but its not optimal.