Mobile Next

v0.0.56Browser Automationstable

A Model Context Protocol server that enables scalable mobile automation through a platform-agnostic interface for iOS and Android devices, allowing agents and LLMs to interact with mobile applications using accessibility snapshots or coordinate-based

agentandroidemulatoriosmcp
Share:
4,981
Stars
0
Downloads
0
Weekly
0/5

What is Mobile Next?

Mobile Next is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server that enables scalable mobile automation through a platform-agnostic interface for ios and android devices, allowing agents and llms to interact with mobile applications u...

A Model Context Protocol server that enables scalable mobile automation through a platform-agnostic interface for iOS and Android devices, allowing agents and LLMs to interact with mobile applications using accessibility snapshots or coordinate-based

This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • mobile_use_default_device
  • mobile_list_available_devices
  • mobile_use_device
  • mobile_list_apps
  • mobile_launch_app

Use Cases

Automate iOS and Android devices through a unified interface.
Control mobile apps using accessibility snapshots or coordinates.
mobile-next

Maintainer

LicenseApache 2.0
Languagetypescript
Versionv0.0.56
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @mobilenext/mobile-mcp

Manual Installation

npx -y @mobilenext/mobile-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Mobile Next

Mobile Next is an MCP server that enables scalable mobile automation through a platform-agnostic interface for iOS and Android devices, supporting both physical devices and emulators. Connect it to Claude to automate testing, interaction, and analysis of mobile apps across platforms.

Prerequisites

  • Node.js 16+ installed
  • iOS or Android devices/emulators configured and accessible
  • An MCP client such as Claude Desktop or Cursor
  • Mobile development environment set up (Xcode for iOS, Android SDK for Android)
1

Install Mobile Next MCP Server

Install the mobile automation server using the scoped npm package.

npx -y @mobilenext/mobile-mcp
2

Configure mobile devices

Ensure your iOS and/or Android devices or emulators are properly configured and accessible via your development environment.

3

Add to MCP configuration

Register Mobile Next in your Claude Desktop config.

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

Restart Claude Desktop

Close and reopen Claude Desktop to activate mobile automation.

5

Control mobile devices

Ask Claude to list available devices, launch apps, interact with UI elements, and automate mobile testing workflows.

Mobile Next Examples

Client Configuration

Configure Mobile Next for cross-platform mobile automation.

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

Prompts to try

Automate mobile app testing and interaction.

- List all available iOS and Android devices
- Launch this app on the connected device and take a screenshot
- Tap the button at this location and verify the response
- Run a full user flow test on the mobile app
- Compare app behavior across iOS and Android

Troubleshooting Mobile Next

Mobile devices not detected or listed

Verify devices are properly connected and accessible. For physical devices, enable developer mode and USB debugging. For emulators, ensure they are running. Check adb (Android) or Xcode (iOS) configuration.

Automation commands fail or UI interactions don't work

Ensure the target app is launched and visible. Check that accessibility snapshots are enabled. Verify coordinate-based clicks are targeting valid UI elements.

Frequently Asked Questions about Mobile Next

What is Mobile Next?

Mobile Next is a Model Context Protocol (MCP) server that model context protocol server that enables scalable mobile automation through a platform-agnostic interface for ios and android devices, allowing agents and llms to interact with mobile applications using accessibility snapshots or coordinate-based It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Mobile Next?

Install via npm with the command: npx -y @mobilenext/mobile-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Mobile Next?

Mobile Next works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Mobile Next free to use?

Yes, Mobile Next is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.

Browse More Browser Automation MCP Servers

Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Mobile Next?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides