Skip to content
Windsurf

appcraft for Windsurf

io.github.terminalis/appcraft

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

client:Windsurf transport:stdio runtime:npm

Install appcraft in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

appcraft in other clients