Interact with the next-generation intelligent recruitment platform for employees and employers, powered by ZIZAI Recruitment.
MCP Server for ZIZAI Recruitment API.
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!
get-job-list
keyword (string, optional): Search keyword for job positions.recruitType (number, optional): Job type, 1 - Social Recruitment, 2 - Campus Recruitment, 3 - Internship.workPin: stringname: stringentityName: stringentityShortname: stringresponsibility: stringrequirement: stringwelfare: stringsalary: { minSalary: number, maxSalary: number } | stringdetailUrl: string
}apply-for-job
workPin (string) Unique code for the job positionget-entity-list
entityPin: stringentityName: stringentityShortname: stringunifiedSocialCreditCode: stringentityLogo: stringdetailUrl: string
}get-entity-jobs
entityPin (string): Unique code for the entityworkPin: stringname: stringentityPin: stringresponsibility: stringrequirement: stringwelfare: stringsalary: { minSalary: number, maxSalary: number } | stringdetailUrl: string
}get-recommend-talents
workPin (string): Unique code for the job positionuserPin: stringbirthday: stringuniversity: stringmajor: stringhighestEducation: stringworkYears: numberworkName: stringmatchDegree: number
}get-field-list
fid: numbername: string
}post-a-job
entityPin (string): Unique code for the entityfid (number): Field to which the job position belongsjobName (string): Name of the job positionresponsibility (string): Job responsibilitiesrequirement (string): Job requirementscity (string): Job citybenefit (string, optional): Job benefitsaddress (string, optional): Job addressGet a ZIZAI Work API key by following the instructions here.
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"zaiwork": {
"command": "npx",
"args": [
"-y",
"@zizaiwork/mcp"
],
"env": {
"ZAI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
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.