MCP.so
Sign In
Servers

アイリ Android MCP

@proj-airi

A MCP server to allow LLM to use Android Device.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "airi-android-stdio": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "USE_STDIO=true",
        "-e",
        "ADB_HOST",
        "ghcr.io/proj-airi/airi-android:v0.3.4"
      ],
      "env": {
        "ADB_HOST": "host.docker.internal"
      }
    }
  }
}

More from Other