Cursor 是基于 VS Code 的 AI 优先 IDE,原生支持 MCP,可以在 Cursor 的 Chat / Composer 里直接用 DropCV 人才库工具。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.
适用场景
- 在 Cursor 里写代码同时管人才(比如写一个候选人筛选脚本)
- 用 Cursor 的 Agent 模式批量处理候选人数据
- 不想离开 IDE 上下文
接入步骤
生成 DropCV API Key
登录 app.dropcv.work,进入 设置 → API Keys,新建一个 key(命名 “Cursor”),复制完整 key。
配置 Cursor MCP
Cursor 的 MCP 配置文件:或者通过 Cursor UI:
- macOS / Linux:
~/.cursor/mcp.json - Windows:
%USERPROFILE%\.cursor\mcp.json
Cmd+,打开设置- 搜 “MCP”
- 点击「Add new MCP server」
- 填名称
dropcv、URLhttps://api.dropcv.work/api/external/v1/mcp/sse、HeaderAuthorization: Bearer <你的 API Key>
写入权限
save_candidate 和 candidate_update 需要 API Key 开启「允许写入」(在 DropCV 设置 里)。开启后等约 60 秒生效。
常见问题
工具不出现
- 确认 Cursor ≥ 0.45.0
- 完全退出 Cursor(不是 Cmd+W)
- 用
cat ~/.cursor/mcp.json | jq .验证 JSON 合法

