MCP.so
登录

HR MCP Server

@gabrielrojasnyc

关于 HR MCP Server

MCP Server

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

gabrielrojasnyc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "hr-mcp-server": {
      "command": "npx",
      "args": [
        "ts-node-esm",
        "src/index.ts"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is HR MCP Server?

The HR MCP Server is a Model Context Protocol (MCP) server for HR operations, designed for use with Claude Desktop. It provides structured access to employee data, enabling lookups, searches, global leave management, and HR‑context‑aware text translation.

How to use HR MCP Server?

Clone the repository, install dependencies with npm install, build with npm run build, and start the server with npm start. Then connect Claude Desktop by selecting “Local Tool (via stdio)” as the tool type and pointing it to the server’s start script.

Key features of HR MCP Server

  • Retrieve detailed employee information by ID
  • Search employees by department, skills, location, and more
  • Submit global leave requests with approval chains
  • Translate text with awareness of HR/HCM terminology
  • TypeScript runtime with Zod schema validation
  • Centralized logging and tool‑based architecture

Use cases of HR MCP Server

  • An HR manager asks Claude for an employee’s full profile, including benefits and skills.
  • A recruiter searches for all engineers in Seattle with a top performance rating.
  • An employee requests multi‑country leave with compliance reminders.
  • A global HR team translates policy documents while preserving HR‑specific terms.

FAQ from HR MCP Server

How do I install the HR MCP Server?

Clone the repo, run npm install, then npm run build. The server is started with npm start.

What tools does the HR MCP Server provide?

Four tools: get_employee_info, search_employees, request_global_leave, and a translation prompt translate_text.

Can the server return sensitive employee information?

Yes. Tools like get_employee_info and search_employees accept an include_sensitive parameter to include sensitive fields.

What runtime does the HR MCP Server require?

Node.js and TypeScript. The server uses the @modelcontextprotocol/sdk and Zod for validation.

How does the translation tool handle HR terminology?

It detects source language automatically and translates with contextual awareness, preserving the technical meaning of HR‑specific terms like “benefits” and “period.”

评论

其他 分类下的更多 MCP 服务器