← Index

io.github.webdriverio/mcp

io.github.webdriverio/mcp·v3.4.1·Browser Automation
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wdio/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wdio/mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @wdio/mcp
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Browser Automation