{
"name": "browser-use",
"version": "1.0.0",
"description": "Browser automation powered by @playwright/mcp (Microsoft)",
"mcpServers": {
"browser-use": {
"command": "npx",
"args": [
"@playwright/mcp@0.0.75",
"--browser",
"chromium",
"--allow-unrestricted-file-access"
],
"perSession": true
}
}
}