brilliant-directories-mcp
v6.58.2
digital.shineup/appcn · v0.1.2
Install & correctly use appCN React Native / Expo components, streamed from the live registry.
appCN 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"appcn": {
"command": "npx",
"args": [
"-y",
"@app-cn/mcp"
]
}
}
}APPCN_REGISTRY_URL可选Override the appCN registry base URL the server fetches from (default https://appcn.vercel.app/r).
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "digital.shineup/appcn",
"type": "mcp-server",
"version": "0.1.2",
"displayName": "appCN",
"description": "Install & correctly use appCN React Native / Expo components, streamed from the live registry.",
"repository": {
"url": "https://github.com/Salah-XD/appCN",
"source": "github"
},
"homepage": "https://appcn.vercel.app",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@app-cn/mcp",
"version": "0.1.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "APPCN_REGISTRY_URL",
"description": "Override the appCN registry base URL the server fetches from (default https://appcn.vercel.app/r)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "digital.shineup/appcn",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/digital.shineup%2Fappcn/versions/latest",
"isOfficial": true,
"status": "active"
}
}