MCP Directory
Back

mobile-mcp

by runablehq · TypeScript · ★ 65

A Model Context Protocol (MCP) server that provides mobile automation capabilities.

#adb#ai#android#claude#ios#llm#mcp#model-context-protocol#nodejs#typescript

Install

npx -y github:runablehq/mobile-mcp

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": {
    "mobile-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:runablehq/mobile-mcp"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server that provides mobile automation capabilities. This server enables LLMs to interact with mobile devices using structured UI dumps without needing to rely on screenshots or other visual inputs. [](LICENSE) [](https://discord.runable.xyz) https://github.com/user-attachments/assets/f6d9c88e-005a-4a99-b073-3308b1fbca12 Currently, only android phones are supported. iOS support will come soon. You need to [install android studio](https://developer.android.com/studio/install) and have platform tools installed. Run the following to command to verify once you ha…
Read full README on GitHub →

Related ai & ml servers