resume-screening-test
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Related MCP Servers
- AlicenseBqualityAmaintenanceLocal MCP server for BOSS Zhipin workflows. Exposes 49 tools for job search, welfare filtering, recruiter messaging, pipeline tracking, and resume optimization for AI agents.77506 PyPI2,014MIT
- AlicenseAqualityCmaintenanceMCP server for Recruit CRM, enabling AI assistants to search candidates, view jobs, and manage recruiting workflows.5345 PyPIMIT
- -licenseNot gradedqualityNot gradedmaintenanceMCP server that connects AI agents to a real Chrome browser via a WebSocket extension bridge, enabling over 40 browser control tools without debug mode or profile isolation.-
- FlicenseNot gradedqualityDmaintenanceA local MCP server that connects to a Chrome extension to enable AI agents to control browser tabs, execute automation, and interact with web pages via tools.-