appCN for Cursor
digital.shineup/appcn
Install & correctly use appCN React Native / Expo components, streamed from the live registry.
client:Cursor
transport:stdio
runtime:npm
Install appCN in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"appcn": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@app-cn/mcp"
],
"env": {
"APPCN_REGISTRY_URL": "<APPCN_REGISTRY_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs