logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp

Interact with the next-generation intelligent recruitment platform for employees and employers, .

Author

mcp logo

zaiwork

Apache License 2.0

Quick Info

GitHub GitHub Stars 4
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

zaiworkrecruitmentemployerszaiwork mcprecruitment platformintelligent recruitment

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
  2. Retrieve a list of recommended job positions
  3. Input:
    • keyword (string, optional): Search keyword for job positions.
    • recruitType (number, optional): Job type, 1 - Social Recruitment, 2 - Campus Recruitment, 3 - Internship.
  4. 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 }
  5. apply-for-job

  6. Apply for a job position
  7. Input:
    • workPin (string) Unique code for the job position
  8. Returns:

Recruiters

  1. get-entity-list
  2. Retrieve a list of managed entities
  3. Input:
  4. Returns:

    • Array of {
    • entityPin: string
    • entityName: string
    • entityShortname: string
    • unifiedSocialCreditCode: string
    • entityLogo: string
    • detailUrl: string }
  5. get-entity-jobs

  6. Retrieve job positions published under an entity
  7. Input:
    • entityPin (string): Unique code for the entity
  8. Returns:

    • Array of {
    • workPin: string
    • name: string
    • entityPin: string
    • responsibility: string
    • requirement: string
    • welfare: string
    • salary: { minSalary: number, maxSalary: number } | string
    • detailUrl: string }
  9. get-recommend-talents

  10. Retrieve recommended talents for a job position
  11. Input:
    • workPin (string): Unique code for the job position
  12. Returns:

    • Array of {
    • userPin: string
    • birthday: string
    • university: string
    • major: string
    • highestEducation: string
    • workYears: number
    • workName: string
    • matchDegree: number }
  13. get-field-list

  14. Retrieve a list of fields
  15. Input:
  16. Returns:

    • Array of {
    • fid: number
    • name: string }
  17. post-a-job

  18. Post a job position
  19. 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
  20. 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.

See Also

`