by mobile-next
Mobile-mcp is a Model Context Protocol (MCP) server designed for scalable mobile automation, app scraping, and development across iOS and Android devices, including physical devices, simulators, and emulators.
Mobile-mcp is a Model Context Protocol (MCP) server that facilitates mobile automation, app scraping, and development. It provides a platform-agnostic interface, allowing interaction with native iOS/Android applications and devices without requiring distinct iOS or Android knowledge. It can be used with emulators, simulators, and physical devices.
Mobile-mcp can be integrated with various AI assistants and clients like Cline, Cursor, Claude, VS Code, and Github Copilot. After adding the MCP server, you can instruct your AI assistant to use the available tools. For example, in Cursor's agent mode, you can use descriptive prompts to validate, test, and iterate on UI interactions, read information from the screen, and execute complex workflows.
Installation and Configuration:
To set up Mobile-mcp, you need to configure it within your MCP settings file (for Cline) or use commands like claude mcp add mobile -- npx -y @mobilenext/mobile-mcp@latest
for Claude Code.
Prerequisites:
Running in Headless Mode:
Mobile-mcp can be run with an emulator or simulator in the background when a physical phone is not connected. For Android, start an emulator and then run Mobile-mcp. For iOS, boot the simulator using xcrun simctl boot "iPhone 16"
before running Mobile-mcp.
Example Prompts for Workflows:
Q: What devices does Mobile-mcp support? A: Mobile-mcp supports iOS and Android physical devices, simulators, and emulators.
Q: What are the core components of Mobile-mcp's architecture? A: Mobile-mcp's architecture involves interaction with mobile devices, agents, and LLMs, leveraging accessibility snapshots and coordinate-based taps.
Q: Where can I find more detailed information and setup guides? A: More details, setup, configuration, and debugging related questions can be found on the Mobile-mcp wiki page.
This is a Model Context Protocol (MCP) server that enables scalable mobile automation, development through a platform-agnostic interface, eliminating the need for distinct iOS or Android knowledge. You can run it on emulators, simulators, and physical devices (iOS and Android). This server allows Agents and LLMs to interact with native iOS/Android applications and devices through structured accessibility snapshots or coordinate-based taps based on screenshots.
https://github.com/user-attachments/assets/c4e89c4f-cc71-4424-8184-bdbc8c638fa1
Join us on our journey as we continuously enhance Mobile MCP! Check out our detailed roadmap to see upcoming features, improvements, and milestones. Your feedback is invaluable in shaping the future of mobile automation.
๐ Explore the Roadmap
How we help to scale mobile automation:
More details in our wiki page for setup, configuration and debugging related questions.
Setup our MCP with Cline, Cursor, Claude, VS Code, Github Copilot:
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": ["-y", "@mobilenext/mobile-mcp@latest"]
}
}
}
Cline: To setup Cline, just add the json above to your MCP settings file. More in our wiki
claude mcp add mobile -- npx -y @mobilenext/mobile-mcp@latest
Read more in our wiki! ๐
After adding the MCP server to your IDE/Client, you can instruct your AI assistant to use the available tools. For example, in Cursor's agent mode, you could use the prompts below to quickly validate, test and iterate on UI intereactions, read information from screen, go through complex workflows. Be descriptive, straight to the point.
You can specifiy detailed workflows in a single prompt, verify business logic, setup automations. You can go crazy:
Search for a video, comment, like and share it.
Find the video called " Beginner Recipe for Tonkotsu Ramen" by Way of
Ramen, click on like video, after liking write a comment " this was
delicious, will make it next Friday", share the video with the first
contact in your whatsapp list.
Download a successful step counter app, register, setup workout and 5-star the app
Find and Download a free "Pomodoro" app that has more than 1k stars.
Launch the app, register with my email, after registration find how to
start a pomodoro timer. When the pomodoro timer started, go back to the
app store and rate the app 5 stars, and leave a comment how useful the
app is.
Search in Substack, read, highlight, comment and save an article
Open Substack website, search for "Latest trends in AI automation 2025",
open the first article, highlight the section titled "Emerging AI trends",
and save article to reading list for later review, comment a random
paragraph summary.
Reserve a workout class, set timer
Open ClassPass, search for yoga classes tomorrow morning within 2 miles,
book the highest-rated class at 7 AM, confirm reservation,
setup a timer for the booked slot in the phone
Find a local event, setup calendar event
Open Eventbrite, search for AI startup meetup events happening this
weekend in "Austin, TX", select the most popular one, register and RSVP
yes to the event, setup a calendar event as a reminder.
Check weather forecast and send a Whatsapp/Telegram/Slack message
Open Weather app, check tomorrow's weather forecast for "Berlin", and
send the summary via Whatsapp/Telegram/Slack to contact "Lauren Trown",
thumbs up their response.
Open Zoom app, schedule a meeting titled "AI Hackathon" for tomorrow at
10AM with a duration of 1 hour, copy the invitation link, and send it via
Gmail to contacts "team@example.com".
More prompt examples can be found here.
What you will need to connect MCP with your agent and mobile devices:
When launched, Mobile MCP can connect to:
Make sure you have your mobile platform SDKs (Xcode, Android SDK) installed and configured properly before running Mobile Next Mobile MCP.
When you do not have a physical phone connected to your machine, you can run Mobile MCP with an emulator or simulator in the background.
For example, on Android:
On iOS, you'll need Xcode and to run the Simulator before using Mobile MCP with that simulator instance.
xcrun simctl list
xcrun simctl boot "iPhone 16"
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by Skyvern-AI
Skyvern automates browser-based workflows using LLMs and computer vision, offering a robust solution for repetitive online tasks.
by PipedreamHQ
Connect APIs quickly, run eventโdriven automations, and execute custom code in Node.js, Python, Go, or Bash on a hosted platform.
by czlonkowski
Provides AI assistants with structured access to n8n node documentation, properties, and operations, enabling automated workflow creation, validation, and management.
by executeautomation
mcp-playwright is a Model Context Protocol (MCP) server that enables large language models (LLMs) to perform browser automation and web scraping tasks using Playwright.
by browserbase
Provides cloud browser automation capabilities for LLMs, enabling web navigation, interaction, screenshot capture, and data extraction through Browserbase and Stagehand.
by haris-musa
excel-mcp-server is a Python-based Model Context Protocol (MCP) server that enables AI agents to programmatically create, read, and modify Excel files without requiring Microsoft Excel to be installed.
by anaisbetts
mcp-installer is an MCP server designed to automate the installation of other MCP servers, simplifying the process for users.
by leonardsellem
An MCP server that enables AI assistants to interact with n8n workflows through natural language.
by hyperbrowserai
Enables browser automation powered by large language models, offering naturalโlanguage commands, AIโdriven data extraction, and seamless fallback to regular Playwright functionality.