MCP.so
ログイン

Darwinbox HRMS MCP Server

@prithvidbox

Darwinbox HRMS MCP Server について

MCP server for Darwinbox HRMS

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

prithvidbox

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ