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.

评论

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