Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry5.2k stars448 forksTypeScriptApache-2.0Updated 3d ago
Editor's note

Mobile MCP is a TypeScript-based MCP server that exposes a unified set of tools for automating and scraping iOS and Android applications on simulators, emulators, and physical devices such as iPhones, Samsung handsets, and Google Pixel phones. It connects to Claude through the Model Context Protocol, making it compatible with any MCP-capable client including Claude Desktop. The server provides over 20 named tools covering device management (mobile_list_available_devices, mobile_get_screen_size), app lifecycle (mobile_launch_app, mobile_install_app, mobile_uninstall_app), screen interaction (mobile_click_on_screen_at_coordinates, mobile_swipe_on_screen), and input handling (mobile_type_keys, mobile_press_button). A notable design choice is its dual-mode interaction strategy: it uses native accessibility trees for structured, deterministic control whenever possible, falling back to coordinate-based screenshot analysis only when accessibility data is unavailable, which avoids requiring a separate computer vision model. Mobile developers, QA engineers, and agent framework builders who need LLM-driven test automation or multi-step user journey scripting across both major mobile platforms will find it most useful.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mobile-next/mobile-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mobile-mcp": {
      "command": "node",
      "args": ["/path/to/mobile-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mobile-next/mobile-mcp and follow its README for install instructions.

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
agentandroidemulatoriosmcpmobilephysicalrealsimulator

What people ask about mobile-mcp

What is mobile-next/mobile-mcp?

+

mobile-next/mobile-mcp is mcp servers for the Claude AI ecosystem. Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices) It has 5.2k GitHub stars and was last updated 3d ago.

How do I install mobile-mcp?

+

You can install mobile-mcp by cloning the repository (https://github.com/mobile-next/mobile-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mobile-next/mobile-mcp safe to use?

+

Our security agent has analyzed mobile-next/mobile-mcp and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains mobile-next/mobile-mcp?

+

mobile-next/mobile-mcp is maintained by mobile-next. The last recorded GitHub activity is from 3d ago, with 47 open issues.

Are there alternatives to mobile-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mobile-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mobile-next/mobile-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mobile-next-mobile-mcp)](https://claudewave.com/repo/mobile-next-mobile-mcp)
<a href="https://claudewave.com/repo/mobile-next-mobile-mcp"><img src="https://claudewave.com/api/badge/mobile-next-mobile-mcp" alt="Featured on ClaudeWave: mobile-next/mobile-mcp" width="320" height="64" /></a>

More MCP Servers