Back to directory
saranshbamania/mobile-device-mcp

saranshbamania/mobile-device-mcp

@saranshbamania

MCP server for AI-powered mobile device control — 49 tools for screenshots, UI inspection, touch interaction, and AI visual analysis. Supports Anthropic Claude & Google Gemini.

mobiledevice-controlscreenshotai-visionflutteriosandroidmcpautomation

Installation & Configuration

{
  "mcpServers": {
    "mobile-device": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mobile-device-mcp"
      ],
      "env": {
        "GOOGLE_API_KEY": "your-google-api-key"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/11
Updated
2026/6/12