Back to MCP Servers
🔌

executeautomation/playwright-mcp-server

MITAPI key required

📇 - An MCP server using Playwright for browser automation and webscrapping

TypeScriptBrowser

Install

npx -y @michaellatman/mcp-get@latest

Required environment variables

OPENAI_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "executeautomation-playwright-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@michaellatman/mcp-get@latest"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.