Skip to content
Cline

devilge for Cline

io.github.yercko/devilge

Android/KMM MCP server: logcat, ADB device control, Compose previews, network, Maestro flows.

client:Cline transport:stdio runtime:npm

Install devilge in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "devilge": {
      "command": "npx",
      "args": [
        "-y",
        "devilge"
      ],
      "env": {
        "DEVILGE_ANDROID_PROJECT_ROOT": "<DEVILGE_ANDROID_PROJECT_ROOT>",
        "DEVILGE_OUTPUTS_ROOT": "<DEVILGE_OUTPUTS_ROOT>",
        "DEVILGE_DEFAULT_DEVICE_SERIAL": "<DEVILGE_DEFAULT_DEVICE_SERIAL>",
        "DEVILGE_FLOWS_ROOT": "<DEVILGE_FLOWS_ROOT>",
        "DEVILGE_MAESTRO_BIN_PATH": "<DEVILGE_MAESTRO_BIN_PATH>",
        "DEVILGE_ALLOW_FLOW_SCRIPTS": "<DEVILGE_ALLOW_FLOW_SCRIPTS>",
        "DEVILGE_HTTP_LOG_TAGS": "<DEVILGE_HTTP_LOG_TAGS>",
        "DEVILGE_HTTP_LOG_FORMAT": "<DEVILGE_HTTP_LOG_FORMAT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

devilge in other clients