Snseam/boss-zhipin-mcp
BOSS直聘 MCP Server — 用 AI 自动化招聘流程:批量搜索候选人、简历截图OCR、智能评估、多关键词筛选 | BOSS Zhipin Recruiter Automation via Model Context Protocol
Platform-specific configuration:
{
"mcpServers": {
"boss-zhipin-mcp": {
"command": "npx",
"args": [
"-y",
"boss-zhipin-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> 用 AI 自动化 BOSS 直聘招聘流程 — 批量搜索候选人、查看简历、智能评估、一键筛选
[](https://modelcontextprotocol.io) [](https://python.org) [](LICENSE)
BOSS 直聘 (zhipin.com) 招聘者端自动化工具,基于 Model Context Protocol (MCP),让 Claude Code / Claude Desktop 等 AI 助手直接操作 BOSS 直聘招聘后台。
zpurl.cn 永久链接Claude Code / Claude Desktop
↓ MCP (stdio)
boss-zhipin-mcp (FastMCP Server)
↓ CDP (Chrome DevTools Protocol)
Chrome 浏览器 (已登录 BOSS 直聘)
↓
BOSS 直聘招聘者后台 (zhipin.com)通过 Playwright 连接你已登录的 Chrome 浏览器,在 BOSS 直聘的 SPA 页面内操作搜索、查看、发消息等功能。
git clone https://github.com/Snseam/boss-zhipin-mcp.git
cd boss-zhipin-mcp
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
playwright install chromiumcp search_profile.example.yaml search_profile.yaml编辑 search_profile.yaml,填入你的岗位信息和搜索关键词:
job:
title: "AI 产品经理"
salary: "20-30K"
city: "北京"
keywords:
- "AI产品经理"
- "AIGC产品经理"
- "大模型 产品"
# ... 更多关键词# macOS - Playwright 内置 Chromium
"/path/to/Google Chrome for Testing" --remote-debugging-port=9222 --user-data-dir="./chrome-profile"
# 或使用系统 Chrome
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" --remote-debugging-port=9222 --user-data-dir="./chrome-profile"在浏览器中打开 zhipin.com 并登录你的招聘者账号。
在项目根目录创建 .mcp.json:
{Loading reviews...