Webdriverio MCP Server

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

Local serverstdioTypeScript

What is the Webdriverio MCP MCP server?

If you already use Webdriverio MCP, the webdriverio mcp mcp server is the piece that lets your assistant work with it directly. MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium).

What the server does

This project is no longer under active development. The official WebDriverIO MCP server is now available as @wdio/mcp, which was built using this project as its foundation.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Installation — 1. Configure Claude Desktop: Add the following configuration to your Claude Desktop MCP settings: json { "mcpServers": { "webdriverio-mcp": {

Credentials and setup notes

For Browser Automation: - Node.js (version 18 or higher) - Claude Desktop application - Chrome browser (automatically managed by WebDriverIO) For Mobile App Automation (Optional): - Appium Server: Install globally with npm install -g appium - Platform Drivers: - iOS: appium driver install xcuitest (requires Xcode on macOS) - Android: appium driver install uiautomator2

Installation

The server ships on npm as appium, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Where it fits

This sits in the browser automation group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Webdriverio MCP's toolset — Prerequisites, Installation — is a fair guide to whether it matches your workflow. It is maintained by Winify; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Webdriverio MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
Installation1. **Configure Claude Desktop:** Add the following configuration to your Claude Desktop MCP settings: json { "mcpServers": { "webdriverio-mcp": { "command": "npx", "args": ["-y", "webdriverio-mcp"] } }, "globalShortcut":

How to install the Webdriverio MCP MCP server

{
     "mcpServers": {
       "webdriverio-mcp": {
         "command": "npx",
         "args": ["-y", "webdriverio-mcp"]
       }
     },
     "globalShortcut": ""
   }

Configuration as documented by the project. Restart the client after saving.

Configuration

For Browser Automation: - Node.js (version 18 or higher) - Claude Desktop application - Chrome browser (automatically managed by WebDriverIO) For Mobile App Automation (Optional): - Appium Server: Install globally with npm install -g appium - Platform Drivers: - iOS: appium driver install xcuitest (requires Xcode on macOS) - Android: appium driver install uiautomator2

Example prompts to try

  • Use Webdriverio MCP to Prerequisites.
  • Use Webdriverio MCP to Installation.

Frequently asked questions

It connects Webdriverio MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Prerequisites, Installation) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Webdriverio MCP directly.