Skip to main content
Developer ToolsTypeScript

mobile-next/mobile-mcp

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

developer-toolslocal-servicemacoslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/mobile-next/mobile-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
mobile-next