Skip to content
VS Code

appcraft for VS Code

io.github.terminalis/appcraft

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

client:VS Code transport:stdio runtime:npm

Install appcraft in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

appcraft in other clients