Back to directory
prithvidbox/darwinbox-mcp

prithvidbox/darwinbox-mcp

@prithvidbox

MCP server for Darwinbox HRMS API interaction with employee management, attendance, and leave management tools

darwinboxhrmsemployee-managementattendanceleave-managementoauthapihrcloud

Installation & Configuration

{
  "mcpServers": {
    "darwinbox": {
      "command": "node",
      "args": [
        "build/index.js"
      ],
      "env": {
        "DARWINBOX_DOMAIN": "https://your-domain.darwinbox.in",
        "DARWINBOX_CLIENT_ID": "your-client-id",
        "DARWINBOX_CLIENT_SECRET": "your-client-secret",
        "DARWINBOX_GRANT_TYPE": "authorization_code",
        "DARWINBOX_CODE": "your-auth-code",
        "DARWINBOX_DATASET_KEY": "your-dataset-key"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/15
Updated
2026/6/17