runautomation-mcpserver

tayyabakmal1/runautomation-mcpserver
★ 4 stars TypeScript 🌐 Browser/Web Updated 1mo ago
A comprehensive Model Context Protocol (MCP) server that enables AI assistants like Claude to perform browser automation and testing tasks using Playwright. This package bridges the gap between AI and web automation, allowing natural language instructions to be converted into reliable, executable Playwright actions.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "runautomation-mcpser": {
      "command": "npx",
      "args": [
        "-y",
        "tayyabakmal1/runautomation-mcpserver"
      ]
    }
  }
}