Mobile Next MCP Server

v0.0.56APIsstable

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

About

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

Features

  • mobile_use_default_device
  • mobile_list_available_devices
  • mobile_use_device
  • mobile_list_apps
  • mobile_launch_app

Use Cases

Use the default device. This is a shortcut for mobile_use_device with deviceType=simulator and device=simulator_name
List all available devices. This includes both physical devices and simulators. If there is more than one device returned, you need to let the user select one of them.
Select a device to use. This can be a simulator or an Android device. Use the list_available_devices tool to get a list of available devices.
List all the installed apps on the device
Launch an app on mobile device. Use this to open a specific app. You can find the package name of the app by calling list_apps_on_device.
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

Examples

No examples available for this server.

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

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 MCP Server?

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