Browser
Freeby MCP Community
MCP server for browser automation via Playwright — navigate, click, type, screenshot, and inspect web pages.
v0.1.8Added Apr 12, 2026
mcpbrowserplaywrightautomationscreenshot
Browser MCP Server
MCP server for browser automation via Playwright — navigate, click, type, screenshot, and inspect web pages.
Installation
Reviews
Installation
Quick install
npx -y @lucitra/mcp-browser
Add to claude_desktop_config.json
{
"mcpServers": {
"browser": {
"command": "npx",
"args": ["-y", "@lucitra/mcp-browser"]
}
}
}