{ "name": "mobile-device-mcp", "version": "0.2.9", "mcpName": "io.github.saranshbamania/mobile-device-mcp", "description": "MCP server that gives AI coding assistants (Claude, Cursor, Windsurf) the ability to see and interact with Android mobile devices via ADB — AI-powered visual inspection, element finding, and device automation", "type": "module", "main": "dist/index.js", "bin": { "mobile-device-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/saranshbamania/mobile-device-mcp.git" }, "homepage": "https://github.com/saranshbamania/mobile-device-mcp#readme", "bugs": { "url": "https://github.com/saranshbamania/mobile-device-mcp/issues" }, "author": "Saransh Bamania", "dependencies": { "@anthropic-ai/sdk": "^0.39.0", "@google/generative-ai": "^0.24.1", "@modelcontextprotocol/sdk": "^1.12.1", "jpeg-js": "^0.4.4", "pngjs": "^7.0.0", "ws": "^8.19.0", "zod": "^3.25.0" }, "devDependencies": { "@types/jpeg-js": "^0.3.0", "@types/node": "^22.0.0", "@types/pngjs": "^6.0.5", "@types/ws": "^8.18.1", "tsx": "^4.0.0", "typescript": "^5.7.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "assets" ], "keywords": [ "mcp", "model-context-protocol", "mobile", "android", "ios", "adb", "flutter", "ai", "screenshot", "automation", "testing", "device", "visual", "claude", "gemini", "cursor", "windsurf", "mobile-testing", "device-control", "screen-analysis", "ui-automation" ], "license": "BUSL-1.1" }