MCP Directory
Back

mobile-mcp

by mobile-next · TypeScript · ★ 5,292

Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

#agent#android#emulator#ios#mcp#mobile#physical#real#simulator

Install

npx -y github:mobile-next/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:mobile-next/mobile-mcp"
      ]
    }
  }
}

From the README

This is a [Model Context Protocol (MCP) server](https://github.com/modelcontextprotocol) that enables scalable mobile automation, development through a platform-agnostic interface, eliminating the need for distinct iOS or Android knowledge. You can run it on emulators, simulators, and real devices (iOS and Android). This server allows Agents and LLMs to interact with native iOS/Android applications and devices through structured accessibility snapshots or coordinate-based taps based on screenshots. https://github.com/user-atta…
Read full README on GitHub →

Related ai & ml servers