by zaiwork
Provides API endpoints for job seekers and recruiters to query job listings, apply for positions, manage entities, post jobs, and retrieve recommended talents.
Enables interaction with the ZIZAI Recruitment platform through a set of MCP API calls. Job seekers can fetch recommended positions and apply, while recruiters can manage their companies, post jobs, and obtain talent recommendations.
{
"mcpServers": {
"zizaiwork": {
"command": "npx",
"args": ["-y", "@zizaiwork/mcp"],
"env": { "API_KEY": "<YOUR_API_KEY>" }
}
}
}
API_KEY
environment variable to your ZIZAI Work API key.get-job-list
, apply-for-job
, get-entity-list
, post-a-job
, etc.) from your application or Claude Desktop configuration.Q: Which command should I use to run the server?
A: Prefer the npx
command as shown in the configuration; it automatically installs and runs the package.
Q: Do I need to set any other environment variables?
A: Only the API_KEY
(your ZIZAI Work API key) is required.
Q: Can I filter job listings by type?
A: Yes, use the optional recruitType
parameter (1‑Social, 2‑Campus, 3‑Internship) when calling get-job-list
.
Q: What format is the salary information returned in?
A: It may be an object { minSalary, maxSalary }
or a plain string, depending on the source data.
Q: Is there support for posting jobs with benefits and address?
A: The post-a-job
endpoint accepts optional benefit
and address
fields.
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.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "zizaiwork": { "command": "npx", "args": [ "-y", "@zizaiwork/mcp" ], "env": { "API_KEY": "<YOUR_API_KEY>" } } } }
Discover more MCP servers with similar functionality and use cases
by elie222
An AI‑powered email assistant that automates inbox management, enabling users to reach inbox zero fast by handling replies, labeling, archiving, unsubscribing, and providing analytics through a plain‑text prompt configuration.
by makenotion
Provides a remote Model Context Protocol server for the Notion API, enabling OAuth‑based installation and optimized toolsets for AI agents with minimal token usage.
by sooperset
MCP Atlassian is a Model Context Protocol (MCP) server that integrates AI assistants with Atlassian products like Confluence and Jira. It enables AI to automate tasks, search for information, and manage content within Atlassian ecosystems.
by ggozad
Interact with Ollama models through an intuitive terminal UI, supporting persistent chats, system prompts, model parameters, and MCP tools integration.
by nbonamy
A desktop AI assistant that bridges dozens of LLM, image, video, speech, and search providers, offering chat, generative media, RAG, shortcuts, and extensible plugins directly from the OS.
by GongRzhe
Provides tools for creating, editing, and enhancing PowerPoint presentations through a comprehensive set of MCP operations powered by python-pptx.
by GongRzhe
Creates, reads, and manipulates Microsoft Word documents through a standardized interface for AI assistants, enabling rich editing, formatting, and analysis capabilities.
by GongRzhe
Gmail-MCP-Server is a Model Context Protocol (MCP) server that integrates Gmail functionalities into AI assistants like Claude Desktop. It enables natural language interaction for email management, supporting features like sending, reading, and organizing emails.
by nspady
google-calendar-mcp is a Model Context Protocol (MCP) server that integrates Google Calendar with AI assistants. It enables AI assistants to manage Google Calendar events, including creating, updating, deleting, and searching for events.