Skip to content
Grok

MCP Appium - Mobile Development and Automation Server for Grok

io.github.appium/appium-mcp

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

client:Grok transport:stdio runtime:npm

Install MCP Appium - Mobile Development and Automation Server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MCP Appium - Mobile Development and Automation Server in other clients