自在招聘-MCP

@zaiwork/ZIZAI-Recruitment-Platform
Hosted
4 Stars 2.1k 次浏览 zaiwork 更新于 2026-08-23

自在招聘平台(https://zizai.work)MCP 服务是一个与 MCP 协议完全兼容的核心 API 服务,是中国第一家支持该协议的招聘平台服务提供商。

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "zaiwork": {
      "args": [
        "-y",
        "@zizaiwork/mcp"
      ],
      "command": "npx",
      "env": {
        "ZAI_API_KEY": "\u003cYOUR_API_KEY\u003e"
      }
    }
  }
}

该服务需要配置环境变量:ZAI_API_KEY

可用工具 (2 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

get-work-list 2 个参数

Get a list of jobs items

该工具无需必填参数,直接调用即可

apply-for-job 1 个参数 需填 1 项

Apply for a job

必填参数:workPin

服务介绍

自在招聘 MCP Server

MCP Server for 自在招聘 API.

自在招聘

自在招聘(https://zizai.work)是一个基于专业测评的新一代智能招聘平台,帮助人才与职位高效、精准的智能匹配。

加入我们,立即体验智能招聘的魅力!

Tools

  1. get-job-list

    • 获取推荐的职位列表
    • Input:
      • keyword (string, 可选): 职位搜索关键词。
      • recruitType (number, 可选): 职位类型,1-社招,2-校招,2-实习
    • 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

    • 投递职位
    • Inputs:
      • workPin (string) 职位唯一码
    • 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.

相关 MCP 服务