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 💡
srmorete/adb-mcp
An MCP server for interacting with Android devices through ADB
Jeremy-Min-Yang/minecraft-mcp-server-pixel
An MCP server enabling LLMs to control Minecraft bots for automation and building
@simonb97/server-win-cli
Model Context Protocol server for secure command-line interactions on Windows systems
hyprmcp
A lightweight, unofficial Model Context Protocol (MCP) server that exposes all the functionality of `hyprctl`—the command-line interface for the Hyprland Wayland compositor—to language models.
systemsage
A powerful cross-platform system management and monitoring tool that provides comprehensive system insights and management capabilities through Model Context Protocol (MCP)
shelwyn/mcp_control_table_lamp
A MCP server for remote control of table lamps/appliances via NodeMCU, relay, and HiveMQ MQTT.