Skip to content
Zed

MCP Appium - Mobile Development and Automation Server for Zed

io.github.appium/appium-mcp

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

client:Zed transport:stdio runtime:npm

Install MCP Appium - Mobile Development and Automation Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "appium-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "appium-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MCP Appium - Mobile Development and Automation Server in other clients