package.json•1.12 kB
{
"name": "android-debug-bridge-mcp",
"version": "1.0.0",
"description": "MCP plugin to control Android devices via ADB for automation, testing, and agent integration",
"main": "dist/index.js",
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TiagoDanin/Android-Debug-Bridge-MCP.git"
},
"homepage": "https://github.com/TiagoDanin/Android-Debug-Bridge-MCP#readme",
"bugs": {
"url": "https://github.com/TiagoDanin/Android-Debug-Bridge-MCP/issues"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"keywords": ["mcp", "adb", "android", "device-control", "model-context-protocol", "claude", "ai", "automation"],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/xml2js": "^0.4.14",
"typescript": "^5.0.0"
},
"bin": {
"adb-mcp": "./dist/index.js",
"android-debug-bridge-mcp": "./dist/index.js"
}
}