# 安装 build-mcp-app

- 类型: Skill 技能
- 说明: This skill should be used when the user wants to build an "MCP app", add "interactive UI" or "widgets" to an MCP server, "render components in chat", build "MCP UI resources", make a tool that shows a "form", "picker", "dashboard" or "confirmation dialog" inline in the conversation, or mentions "apps SDK" in the context of MCP. Use AFTER the build-mcp-server skill has settled the deployment model, or when the user already knows they want UI widgets.
- 仓库: https://github.com/anthropics/claude-plugins-official

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "build-mcp-app" 技能：
1. 下载 https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/mcp-server-dev/skills/build-mcp-app/SKILL.md
2. 保存为 ~/.claude/skills/build-mcp-app/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "build-mcp-app" 技能：
1. 下载 https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/mcp-server-dev/skills/build-mcp-app/SKILL.md
2. 保存为 ~/.codex/skills/build-mcp-app/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "build-mcp-app" 技能：
1. 下载 https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/mcp-server-dev/skills/build-mcp-app/SKILL.md
2. 保存为 ~/.cursor/skills/build-mcp-app/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p '~/.claude/skills/build-mcp-app' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/mcp-server-dev/skills/build-mcp-app/SKILL.md' -o '~/.claude/skills/build-mcp-app/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/build-mcp-app' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/mcp-server-dev/skills/build-mcp-app/SKILL.md' -o '~/.codex/skills/build-mcp-app/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/build-mcp-app' && curl -fsSL 'https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/mcp-server-dev/skills/build-mcp-app/SKILL.md' -o '~/.cursor/skills/build-mcp-app/SKILL.md'
```
