Serversio.github.frndchagas/expo-android
A

Expo Android MCP

io.github.frndchagas/expo-android · v0.2.1
▦ npm
v0.2.1npm npm: @fndchagas/expo-android↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.frndchagas/expo-android",
  "description": "MCP server for Android emulator automation via ADB.",
  "title": "Expo Android MCP",
  "repository": {
    "url": "https://github.com/frndchagas/expo-android",
    "source": "github"
  },
  "version": "0.2.1",
  "websiteUrl": "https://github.com/frndchagas/expo-android",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@fndchagas/expo-android",
      "version": "0.2.1",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}