Darwinbox HRMS MCP Server
@prithvidbox
Darwinbox HRMS MCP Server について
MCP server for Darwinbox HRMS
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"darwinbox": {
"command": "node",
"args": [
"path/to/darwinbox-server/build/index.js"
],
"env": {
"DARWINBOX_DOMAIN": "",
"DARWINBOX_CLIENT_ID": "",
"DARWINBOX_CLIENT_SECRET": "",
"DARWINBOX_GRANT_TYPE": "",
"DARWINBOX_CODE": "",
"DARWINBOX_DATASET_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Darwinbox HRMS MCP Server?
A Model Context Protocol (MCP) server for interacting with the Darwinbox HRMS API. It provides standardized tools for managing employee data, attendance, and leave management, enabling AI assistants to perform HR operations.
How to use Darwinbox HRMS MCP Server?
Clone the repository, install dependencies (npm install), and build (npm run build). Configure your MCP client (Claude Desktop, Cline, or Cursor) with the required environment variables: DARWINBOX_DOMAIN, DARWINBOX_CLIENT_ID, DARWINBOX_CLIENT_SECRET, DARWINBOX_GRANT_TYPE, DARWINBOX_CODE, and DARWINBOX_DATASET_KEY. The server then exposes tools authenticated via OAuth 2.0.
Key features of Darwinbox HRMS MCP Server
- Employee management: get, update, add, and deactivate employees.
- Download personal documents and upload profile attachments.
- Get employee history, position master data, and forms data.
- Attendance management: get monthly/daily attendance and roster.
- Record and backdate attendance punches.
- Leave management: approve leaves, get balance, balance, import leaves.
Use cases of Darwinbox HRMS MCP Server
- AI assistants performing employee data lookups or updates.
- Automated attendance tracking and punch recording.
- Streamlined leave approval workflows and balance inquiries.
FAQ from Darwinbox HRMS MCP Server
What is the purpose of this server?
It provides an MCP interface to the Darwinbox HRMS API, allowing AI clients to manage employee data, attendance, and leaves programmatically.
What are the runtime dependencies?
Node.js and npm are required. The server is built from TypeScript source using npm run build.
How does authentication work?
The server uses OAuth 2.0 and automatically handles token acquisition, management, and renewal using the provided credentials and grant type.
Where does employee data reside?
Data is stored in the Darwinbox HRMS system and accessed via its API; the server does not store data locally.
What transport does the server use?
Configuration examples for Claude Desktop, Cline, and Cursor show the server runs as a local subprocess (stdio), standard for MCP servers.
「その他」の他のコンテンツ
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント