Skip to content
Gemini CLI

appCN for Gemini CLI

digital.shineup/appcn

Install & correctly use appCN React Native / Expo components, streamed from the live registry.

client:Gemini CLI transport:stdio runtime:npm

Install appCN in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "appcn": {
      "command": "npx",
      "args": [
        "-y",
        "@app-cn/mcp"
      ],
      "env": {
        "APPCN_REGISTRY_URL": "<APPCN_REGISTRY_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

appCN in other clients