Back to MCP Servers

Mobile

MCP Server for Android/iOS application and device automation, development and app scraping. Simulator/Emulator/Physical devices like iPhone, Google Pixel, Samsung supported.

developer-toolsgoautomationscrapingapi

Installation

npx -y mobile-mcp

Configuration

{
  "mcpServers": {
    "mobile-mcp": {
      "command": "npx",
      "args": ["-y", "mobile-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub