Skip to content
Cline

appcraft for Cline

io.github.terminalis/appcraft

Deterministic Android app compiler — agents write a YAML model, the compiler emits the native app.

client:Cline transport:stdio runtime:npm

Install appcraft 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

{
  "mcpServers": {
    "appcraft": {
      "command": "npx",
      "args": [
        "-y",
        "@appcraft-io/mcp-server"
      ]
    }
  }
}

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

appcraft in other clients