Skip to content
Grok

mobile mcp for Grok

io.github.mobile-next/mobile-mcp

MCP server for iOS and Android Mobile Development, Automation and Testing

client:Grok transport:stdio runtime:npm

Install mobile mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mobile-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mobilenext/mobile-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

mobile mcp in other clients