Mobile Xray MCP Server

An MCP local server to interact with your IOS and Android simulators

Local serverstdio

What is the Mobile Xray MCP MCP server?

An MCP local server to interact with your IOS and Android simulators. Exposed over MCP by the mobile xray mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

🔬 Take screenshots and analyze your mobile apps with AI assistance - right from your IDE.

I've been building mobile apps for the last 10 years, and one thing that's been consistently challenging without a dedicated UX designer is knowing whether the screens I create are actually user-friendly and intuitive.

  • 🔒 Privacy First: All automation happens locally on your machine - your app screenshots and data never leave your device
  • Fast: Direct communication with local simulators and emulators for instant feedback
  • 📱 Cross-Platform: Supports both iOS simulators and Android emulators
  • 🤖 AI-Powered: Integrates seamlessly with AI coding assistants for intelligent analysis
  • 👨‍💻 Developer-Focused: Built by developers who understand the mobile development workflow

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Its toolset

Everything the assistant can do here goes through one of these:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Accessibility — The Accessibility tool exposed by this server

Configuration

System Requirements: - Node.js 18+ (check with node --version) - macOS 10.15+ (for iOS development) - macOS/Windows/Linux (for Android development) For iOS Development: - Xcode Command Line Tools: xcode-select --install - Xcode with iOS Simulator support - At least one iOS Simulator installed For Android Development: - Android Studio (includes adb and emulator

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mobile xray mcp mcp server does with a few real requests.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Mobile Xray MCP's toolset — Prerequisites, Accessibility — is a fair guide to whether it matches your workflow. It is maintained by CultivX; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
AccessibilityThe Accessibility tool exposed by this server.

How to install the Mobile Xray MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

System Requirements: - Node.js 18+ (check with node --version) - macOS 10.15+ (for iOS development) - macOS/Windows/Linux (for Android development) For iOS Development: - Xcode Command Line Tools: xcode-select --install - Xcode with iOS Simulator support - At least one iOS Simulator installed For Android Development: - Android Studio (includes adb and emulator

Example prompts to try

  • Use Mobile Xray MCP to Prerequisites.
  • Use Mobile Xray MCP to Accessibility.

Frequently asked questions

It connects Mobile Xray MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Prerequisites, Accessibility) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mobile Xray MCP directly.