Browser
Freeby MCP Community
General-purpose browser agent toolkit — Playwright, Chrome DevTools Protocol, Lightpanda with auto engine selection. CLI + MCP + REST + SDK.
v0.4.5Added Apr 12, 2026
browserautomationplaywrightcdpchrome-devtools
Browser MCP Server
General-purpose browser agent toolkit — Playwright, Chrome DevTools Protocol, Lightpanda with auto engine selection. CLI + MCP + REST + SDK.
Installation
Reviews
Installation
Quick install
npx -y @hasna/browser
Add to claude_desktop_config.json
{
"mcpServers": {
"browser": {
"command": "npx",
"args": ["-y", "@hasna/browser"]
}
}
}