From glide
Local stdio Playwright MCP server running browser instance with profile '.glide/browser-profile-4'. Grants clipboard read/write permissions. Provides browser automation and file access capabilities.
npx claudepluginhub glideapps/glide-code --plugin glideAdd to your .mcp.json:
{
"mcpServers": {
"browser-4": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--user-data-dir",
".glide/browser-profile-4",
"--grant-permissions",
"clipboard-read",
"clipboard-write"
]
}
}
}npx