Skip to content
Gemini CLI

MCP Appium - Mobile Development and Automation Server for Gemini CLI

io.github.appium/appium-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install MCP Appium - Mobile Development and Automation Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

MCP Appium - Mobile Development and Automation Server in other clients