Odel
appcraft

appcraft

Local
@terminalisTypeScriptApache-2.0Updated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@appcraft-io/mcp-serverv0.1.2

Run

npx -y @appcraft-io/mcp-server

MCP client config

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