Skip to content
Grok

appcraft for Grok

io.github.terminalis/appcraft

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

client:Grok transport:stdio runtime:npm

Install appcraft in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

appcraft in other clients