claude-in-mobile

AlexGladkov/claude-in-mobile
★ 141 stars TypeScript 🤖 AI/LLM Updated 1mo ago
MCP server for mobile and desktop automation — Android (via ADB), iOS Simulator (via simctl), and Desktop (Compose Multiplatform). Like Claude in Chrome but for mobile devices and desktop apps
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-in-mobile": {
      "command": "npx",
      "args": [
        "-y",
        "AlexGladkov/claude-in-mobile"
      ]
    }
  }
}