loading…
Search for a command to run...
loading…
Automates job searching and initial communication on the Boss Zhipin platform by parsing resumes and matching them with relevant job listings. It includes anti-
Automates job searching and initial communication on the Boss Zhipin platform by parsing resumes and matching them with relevant job listings. It includes anti-bot detection features and supports automated messaging to HR representatives through various MCP clients.
🎯 核心卖点: 用AI自动投递简历,智能匹配岗位,告别手动找工作!
| 功能 | 描述 | 效果 |
|---|---|---|
| 🤖 AI智能匹配 | LLM评估岗位匹配度 | 精准度提升80% |
| 💬 个性化消息 | AI生成打招呼内容 | 回复率提升50% |
| 🛡️ 反爬保护 | 浏览器指纹伪装 | 封号率降低90% |
| ⚡ 异步并发 | 3倍投递速度 | 效率提升300% |
| 📊 智能调度 | 自动频率控制 | 安全稳定运行 |
# 安装
curl -fsSL https://raw.githubusercontent.com/Moon7z/boss-zhipin-mcp/main/install.sh | bash
# 启动
boss-zhipin-mcp
docker pull moon7z/boss-zhipin-mcp
docker run -p 8080:8080 moon7z/boss-zhipin-mcp
git clone https://github.com/Moon7z/boss-zhipin-mcp.git
cd boss-zhipin-mcp
pip install -r requirements.txt
playwright install chromium
python -m boss_mcp.server_v3
Claude Desktop:
{
"mcpServers": {
"boss-zhipin": {
"command": "python",
"args": ["-m", "boss_mcp.server_v3"],
"cwd": "/path/to/boss-zhipin-mcp"
}
}
}
Cursor:
{
"mcpServers": {
"boss-zhipin": {
"url": "http://localhost:8080/mcp"
}
}
}
你: 帮我登录BOSS直聘
AI: 正在登录... ✅ 登录成功
你: 解析我的简历
AI: 已解析简历:张三,5年Python经验,熟悉Django/Flask...
你: 搜索Python开发岗位
AI: 找到50个匹配岗位
你: 向匹配度高的岗位打招呼
AI: 已向10个高匹配岗位发送个性化消息
┌─────────────────────────────────────────┐
│ MCP Client (Claude/Cursor) │
└──────────────┬──────────────────────────┘
│ MCP Protocol
┌──────────────▼──────────────────────────┐
│ Boss-Zhipin-MCP Server │
│ ┌─────────────┐ ┌─────────────────┐ │
│ │ FastMCP v2 │ │ Async Architecture│ │
│ └─────────────┘ └─────────────────┘ │
│ ┌─────────────┐ ┌─────────────────┐ │
│ │ LLM Matcher │ │ Anti-Detection │ │
│ │ (AI匹配) │ │ (反爬保护) │ │
│ └─────────────┘ └─────────────────┘ │
└──────────────┬──────────────────────────┘
│ HTTP/WebSocket
┌──────────────▼──────────────────────────┐
│ Boss Zhipin API │
└─────────────────────────────────────────┘
| 指标 | 手动投递 | 本工具 | 提升 |
|---|---|---|---|
| 投递速度 | 10/小时 | 30/小时 | 3x |
| 匹配精准度 | 随机 | AI评估 | +80% |
| 回复率 | 5% | 15% | +200% |
| 封号风险 | 高 | 低 | -90% |
欢迎提交PR!请阅读 CONTRIBUTING.md
MIT License - 详见 LICENSE
免责声明: 本项目仅供学习研究使用,请遵守BOSS直聘平台规则,合理使用自动化功能。
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"boss-zhipin-mcp-server": {
"command": "npx",
"args": []
}
}
}