Back to MCP Servers
Mobile
MCP Server for Android/iOS application and device automation, development and app scraping. Simulator/Emulator/Physical devices like iPhone, Google Pixel, Samsung supported.
developer-toolsgoautomationscrapingapi
By mobile-next
Installation
npx -y mobile-mcpConfiguration
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": ["-y", "mobile-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes