MCP Directory
Back

claude-in-mobile

by AlexGladkov · TypeScript · ★ 308

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

Install

npx -y github:AlexGladkov/claude-in-mobile

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

> **Known Issue — Homebrew upgrade not working?** > Some users may see with an old version when running . This happens when the local tap points to the wrong repository. Fix: > MCP server for mobile, desktop, and browser automation — Android (ADB), iOS Simulator (simctl + WDA), Desktop (any macOS app), Aurora OS (audb), and Browser (CDP). Like [Claude in Chrome](https://www.anthropic.com/news/claude-for-chrome) but for devices, apps, and browsers. Control your Android phone, emulator, iOS Simulator, desktop app, Aurora device, or headless browser with natural language through Claude. Then…
Read full README on GitHub →

Related other servers