resume-screening-test
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@resume-screening-testShow me the candidate list from the current page."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Resume Screening MVP
MVP项目用于验证Extension WebSocket + MCP Server架构的技术可行性。
架构
┌─────────────────┐ WebSocket ┌─────────────────┐
│ Chrome │◄──────────────────►│ MCP Server │
│ Extension │ ws://localhost │ (Node.js) │
│ (Client) │ :8765 │ (Server) │
└─────────────────┘ └─────────────────┘
│ │
│ Chrome APIs │ MCP Protocol
↓ ↓
┌─────────────────┐ ┌─────────────────┐
│ 招聘平台页面 │ │ AI Agent │
│ (BOSS/猎聘/Moka)│ │ (Claude等) │
└─────────────────┘ └─────────────────┘Related MCP server: Recruit CRM MCP
快速开始
1. 安装依赖
cd resume-screening-mvp
pnpm install2. 构建MCP Server
cd packages/mcp-test
pnpm build3. 启动MCP Server
cd packages/mcp-test
pnpm start4. 加载Chrome Extension
打开 Chrome,访问
chrome://extensions/开启"开发者模式"
点击"加载已解压的扩展程序"
选择
packages/extension文件夹
5. 测试
访问支持的招聘平台(BOSS直聘、猎聘、Moka)
点击Extension图标查看连接状态
运行测试脚本:
node scripts/test-mvp.js支持的平台
平台 | 网址 | 状态 |
BOSS直聘 | zhipin.com | ✅ 支持 |
猎聘 | liepin.com | ✅ 支持 |
Moka | moka.com | ✅ 支持 |
MCP工具
detect_platform
检测当前浏览器标签页所在的招聘平台。
get_candidates
获取当前页面的候选人列表。
ping_extension
测试与Extension的连接状态。
Claude Desktop配置
在Claude Desktop的配置文件中添加:
{
"mcpServers": {
"resume-screening-test": {
"command": "node",
"args": ["/path/to/resume-screening-mvp/packages/mcp-test/dist/index.js"]
}
}
}验证目标
Extension能连接到MCP Server的WebSocket
MCP Server能向Extension发送指令
Extension能在页面执行操作并返回结果
BOSS平台不被反爬虫检测(需实际测试)
下一步
完成端到端测试
添加更多平台选择器
实现搜索MCP
实现筛选MCP
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/reconcrap-cpu/resume-screening-mvp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server