WebdriverIO MCP Server
by arociris
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The host the server will bind to. | localhost |
| PORT | No | The port the server will listen on. | 3000 |
| HEADLESS | No | Run browser in headless mode (true or false). | true |
| LOG_LEVEL | No | The logging level (e.g., info, debug, warn). | info |
| APPIUM_HOST | No | Appium host address. | 127.0.0.1 |
| APPIUM_PATH | No | Appium path. | /wd/hub |
| APPIUM_PORT | No | Appium port. | 4723 |
| CONFIG_FILE | No | Path to a custom configuration file. | |
| MAX_SESSIONS | No | Maximum number of concurrent browser sessions. | 5 |
| APPIUM_PROTOCOL | No | Appium connection protocol. | http |
| SESSION_TIMEOUT_SECONDS | No | Timeout in seconds for inactive sessions. | 300 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arociris/webdriverio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server