自在招聘 MCP Server
About
An MCP server that integrates with the ZIZAI Recruitment API, enabling AI assistants to search and apply for jobs, manage entities, and recommend talents on the ZIZAI intelligent recruitment platform. It is designed for both job seekers and recruiters.
Details
- Author
- zaiwork
- GitHub stars
- 4
- Downloads
- 259
- Categories
- Other
Jump to
- Search job listings with keywords and type filters
- Apply for a job using its unique work pin
- List managed entities and their published jobs
- Receive recommended talents for a specific job
- Post new job positions to an entity
- Retrieve a list of available job fields
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
自在招聘 MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Obtain an API key from ZIZAI Work, then add the server configuration to your Claude Desktop settings using npx -y @zizaiwork/mcp and the ZAI_API_KEY environment variable. Launch Claude Desktop to start interacting with the recruitment tools.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\u81ea\u5728\u62db\u8058 mcp server": {
"zaiwork": {
"command": "npx",
"args": [
"-y",
"@zizaiwork/mcp"
],
"env": {
"ZAI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
}
McpServers
{
"zaiwork": {
"command": "npx",
"args": [
"-y",
"@zizaiwork/mcp"
],
"env": {
"ZAI_API_KEY": "<YOUR_API_KEY>"
}
}
}
ZIZAI Recruitment MCP Server
MCP Server for ZIZAI Recruitment API.
ZIZAI Recruitment
ZIZAI Recruitment (https://zizai.work) is a next-generation intelligent recruitment platform based on professional assessments, enabling efficient and precise matching between talents and job positions.Join us and experience the charm of intelligent recruitment now!
Tools
Job Seekers
1.get-job-list
- Retrieve a list of recommended job positions
- Input:
- keyword (string, optional): Search keyword for job positions.
- recruitType (number, optional): Job type, 1 - Social Recruitment, 2 - Campus Recruitment, 3 - Internship.
- Returns:
- Array of {
- workPin: string
- name: string
- entityName: string
- entityShortname: string
- responsibility: string
- requirement: string
- welfare: string
- salary: { minSalary: number, maxSalary: number } | string
- detailUrl: string
}
2. apply-for-job
- Apply for a job position
- Input:
- workPin (string) Unique code for the job position
- Returns:
Recruiters
1.get-entity-list
- Retrieve a list of managed entities
- Input:
- Returns:
- Array of {
- entityPin: string
- entityName: string
- entityShortname: string
- unifiedSocialCreditCode: string
- entityLogo: string
- detailUrl: string
}
2. get-entity-jobs
- Retrieve job positions published under an entity
- Input:
- entityPin (string): Unique code for the entity
- Returns:
- Array of {
- workPin: string
- name: string
- entityPin: string
- responsibility: string
- requirement: string
- welfare: string
- salary: { minSalary: number, maxSalary: number } | string
- detailUrl: string
}
3. get-recommend-talents
- Retrieve recommended talents for a job position
- Input:
- workPin (string): Unique code for the job position
- Returns:
- Array of {
- userPin: string
- birthday: string
- university: string
- major: string
- highestEducation: string
- workYears: number
- workName: string
- matchDegree: number
}
4. get-field-list
- Retrieve a list of fields
- Input:
- Returns:
- Array of {
- fid: number
- name: string
}
5. post-a-job
- Post a job position
- Input:
- entityPin (string): Unique code for the entity
- fid (number): Field to which the job position belongs
- jobName (string): Name of the job position
- responsibility (string): Job responsibilities
- requirement (string): Job requirements
- city (string): Job city
- benefit (string, optional): Job benefits
- address (string, optional): Job address
- Returns:
Setup
API Key
Get a ZIZAI Work API key by following the instructions here.Usage with Claude Desktop
Add the following to your claude_desktop_config.json:
NPX
{
"mcpServers": {
"zaiwork": {
"command": "npx",
"args": [
"-y",
"@zizaiwork/mcp"
],
"env": {
"ZAI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
License
This MCP server is licensed under the Apache-2.0 License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the Apache-2.0 License. For more details, please see the LICENSE file in the project repository.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



