> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dropcv.work/llms.txt
> Use this file to discover all available pages before exploring further.

# 接入 AI 助手

> 把 DropCV 人才库接入你正在用的 AI 工具，让 AI 直接帮你找人、筛简历、写推荐语。

DropCV 是一个 AI 简历库/人才库，把人才库能力作为**数据层**赋能给你正在用的 AI 工具。

接入有两条路：装 **Agent Skills 技能包**，或配 **MCP Server**。

## 接入方式

<CardGroup cols={2}>
  <Card title="Agent Skills 技能包" icon="package" href="/integration/agent-skills">
    一条命令装进 Claude Code、Cursor 等支持 Agent Skills 的工具。
  </Card>

  <Card title="MCP Server" icon="plug" href="/integration/mcp">
    把 MCP 地址配进支持 MCP 的工具，用自然语言操作人才库。
  </Card>
</CardGroup>

### 方式一：Agent Skills 技能包

支持 [Agent Skills](/ai-basics/what-is-skills) 的工具（Claude Code、Cursor 等），一条命令装好：

```bash theme={null}
npx skills add dropcv/skills
```

技能包里有**数据工具技能**（搜人、读档案、解析 JD…）和**提示词技能**（推荐语、面试题、对比分析…）。完整说明见 [Agent Skills 技能包](/integration/agent-skills)。

### 方式二：MCP Server

DropCV MCP Server 已上线，接入地址：

```
https://api.dropcv.work/api/external/v1/mcp/mcp
```

把这个地址配进 Claude Code、Cline、Cherry Studio 等支持 MCP 的工具。逐工具图文步骤见下方「各工具接入指南」，技术细节见 [MCP Server 参考](/integration/mcp)。

## 一句话理解

> 你在 DropCV 里管数据，AI 工具帮你干活。

## 各工具接入指南（MCP）

### 图形界面（零门槛）

| 工具            | 说明                | 指南                                 |
| ------------- | ----------------- | ---------------------------------- |
| Cherry Studio | 开源桌面 AI 客户端，装了就能用 | [查看指南](/integration/cherry-studio) |

### VS Code 插件

| 工具        | 说明                   | 指南                             |
| --------- | -------------------- | ------------------------------ |
| Cline     | AI 编程助手，支持 MCP 和多提供商 | [查看指南](/integration/cline)     |
| Roo Code  | 全流程 AI 编码助手，自定义模式    | [查看指南](/integration/roo-code)  |
| Kilo Code | 内置 500+ 模型，开箱即用      | [查看指南](/integration/kilo-code) |
| TRAE      | 字节跳动 AI IDE，国内友好     | [查看指南](/integration/trae)      |

### 命令行工具

| 工具          | 说明                    | 指南                               |
| ----------- | --------------------- | -------------------------------- |
| Claude Code | Anthropic 官方 CLI，体验最佳 | [查看指南](/integration/claude-code) |
| OpenCode    | 开源 TUI，多提供商支持         | [查看指南](/integration/opencode)    |
| Qwen Code   | 阿里出品，国内用户友好           | [查看指南](/integration/qwen-code)   |
| Codex CLI   | OpenAI 代码模型 CLI       | [查看指南](/integration/codex-cli)   |

## 如何选择？

| 你的情况             | 推荐工具                   |
| ---------------- | ---------------------- |
| 不想折腾，装了就用        | Cherry Studio          |
| 在用 VS Code 写代码   | Cline / Kilo Code      |
| 国内用户，Claude 访问不便 | TRAE / Qwen Code       |
| 习惯在终端工作          | Claude Code / OpenCode |

<Note>
  所有接入方式都需要先获取 DropCV API Key。登录后在 [设置 → API Keys](https://app.dropcv.work/dashboard/settings/api-keys) 生成。
</Note>

更偏好命令行或代码集成？看 [Skills API](/integration/skills/overview) 和 [CLI 命令行](/integration/cli)。
