HomeBrowser Automation & Scraping › mcp

mcp

MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)

TypeScript Local
★ 39 stars Last pushed 2026-09-23 License: MIT

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.14.0)

npx -y @wdio/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wdio/[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry