Skip to content

Browser

Free

by MCP Community

MCP server for browser automation via Playwright — navigate, click, type, screenshot, and inspect web pages.

v0.1.8Added Apr 12, 2026
mcpbrowserplaywrightautomationscreenshot
Works with:ClaudeGPTGeminiCopilot

Browser MCP Server

MCP server for browser automation via Playwright — navigate, click, type, screenshot, and inspect web pages.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @lucitra/mcp-browser
Add to claude_desktop_config.json
{
  "mcpServers": {
    "browser": {
      "command": "npx",
      "args": ["-y", "@lucitra/mcp-browser"]
    }
  }
}