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
{
"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