{ "name": "android-mcp-server", "version": "1.3.0", "mcpName": "io.github.martingeidobler/android", "description": "MCP server for controlling Android emulators via ADB", "type": "module", "main": "dist/index.js", "bin": { "android-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc --watch", "lint": "eslint src/", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "android", "adb", "emulator", "claude", "testing", "model-context-protocol", "ui-testing", "screenshot", "automation", "device", "appium-alternative" ], "author": "Martin Geidobler", "license": "MIT", "homepage": "https://github.com/martingeidobler/android-mcp-server#readme", "repository": { "type": "git", "url": "git+https://github.com/martingeidobler/android-mcp-server.git" }, "bugs": { "url": "https://github.com/martingeidobler/android-mcp-server/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "sharp": "^0.33.5", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^22.0.0", "eslint": "^10.0.3", "typescript": "^5.7.0", "typescript-eslint": "^8.57.1", "vitest": "^4.1.0" } }