This repository provides a Docker image for a Playwright-based MCP server. It allows Claude Desktop to interact with web browsers via Playwright for automation tasks.
How to use:
- Build the Docker image: Navigate to the
playwrightdirectory within this repository and rundocker build -t playwright-mcp . - Configure Claude Desktop: Add the following entry to your
claude_desktop_config.jsonfile:{ "mcpServers": { "playwright": { "command": "docker", "args": ["run", "-i", "--rm", "playwright-mcp"] } } } - Restart Claude Desktop to apply the changes.
Recommend MCP Servers 💡
espressif/esp-rainmaker-mcp
A Model Context Protocol (MCP) server wrapper around the esp-rainmaker-cli Python library for controlling ESP RainMaker IoT devices
noboru-i/nature-remo-mcp-server
MCP Server integrating with Nature Remo API to manage and automate smart devices like TVs and air conditioners.
mcp-server-apple-shortcuts
A Model Context Protocol (MCP) server that lets AI assistants like Claude control Apple Shortcuts automations. This enables AI models to trigger shortcuts and automate tasks on macOS in a safe and controlled way.
@mobilenext/mobile-mcp
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
ios-simulator-mcp
MCP server for interacting with the iOS simulator
@playwright/mcp
A Model Context Protocol (MCP) server providing browser automation capabilities using Playwright, enabling LLMs to interact with web pages through structured accessibility snapshots.