MCP Server
MCP
Expo Android MCP
MCP server for Android emulator automation via ADB.
Install
npx -y @fndchagas/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@fndchagas/expo-android",
"version": "0.5.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to adb executable.",
"default": "adb",
"name": "ADB_PATH"
},
{
"description": "Device serial to target (optional, use 'auto' to clear and auto-detect).",
"name": "ADB_SERIAL"
},
{
"description": "Timeout for adb commands in milliseconds.",
"default": "15000",
"name": "ADB_TIMEOUT_MS"
},
{
"description": "Max buffer size for adb output in MB.",
"default": "10",
"name": "ADB_MAX_BUFFER_MB"
},
{
"description": "Enable adb debug logs (set to 1).",
"default": "0",
"name": "ADB_DEBUG"
},
{
"description": "Transport: stdio, http, or both.",
"default": "stdio",
"name": "MCP_TRANSPORT"
},
{
"description": "HTTP port when MCP_TRANSPORT is http or both.",
"default": "7332",
"name": "PORT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment