AgentHubAgentHub

appCN

MCP ServerMCP Registry官方收录

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).

相关资源

统一 Manifest

{
  "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"
  }
}
appCN — MCP Server 安装与配置 · AgentHub