Skip to content
Cursor

Expo Android MCP for Cursor

io.github.frndchagas/expo-android

MCP server for Android emulator automation via ADB.

client:Cursor transport:stdio runtime:npm

Install Expo Android MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "expo-android": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fndchagas/expo-android"
      ],
      "env": {
        "ADB_PATH": "<ADB_PATH>",
        "ADB_SERIAL": "<ADB_SERIAL>",
        "ADB_TIMEOUT_MS": "<ADB_TIMEOUT_MS>",
        "ADB_MAX_BUFFER_MB": "<ADB_MAX_BUFFER_MB>",
        "ADB_DEBUG": "<ADB_DEBUG>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "PORT": "<PORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Expo Android MCP in other clients