HR MCP Server
@gabrielrojasnyc
HR MCP Server について
MCP Server
基本情報
設定
以下の設定を使って、このサーバーを 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.”
「その他」の他のコンテンツ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント