GadgetHumans HR MCP

by scotia1973-bot

143 downloads
Not rated
GitHub

About

MCP server for HR & Workforce Management — payroll, offer letters, time-off tracking, employee onboarding, benefits, performance evaluations, termination documents, and workforce reporting.

Details

Author
scotia1973-bot
Downloads
143
Categories
Other

- Calculate payroll for an employee for a given pay period
- Generate job offer letters for candidates
- Track employee time-off requests, balances, and history
- Generate employee onboarding plans and checklists
- Calculate employee benefits costs and coverage details
- Generate performance evaluation templates or summaries
- Generate termination or separation documents
- Run workforce analytics reports

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name GadgetHumans HR MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run the server directly with uv run python server.py or install it in editable mode with uv pip install -e . and then run using the command gadgethumans-hr-mcp. To use with Claude Desktop or any MCP client, configure the mcpServers block with the correct path and the uv run command.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "gadgethumans hr mcp": {
            "gadgethumans-hr-mcp": {
                "command": "uv",
                "args": [
                    "run",
                    "python",
                    "server.py"
                ]
            }
        }
    }
}

McpServers

{
    "gadgethumans-hr-mcp": {
        "command": "uv",
        "args": [
            "run",
            "python",
            "server.py"
        ]
    }
}

GadgetHumans HR MCP Server

MCP server for HR & Workforce Management — payroll, offer letters, time-off tracking, employee onboarding, benefits, performance evaluations, termination documents, and workforce reporting.

Tools

| Tool | Description |
|------|-------------|
| calculate_payroll | Calculate payroll for an employee for a given pay period |
| generate_offer_letter | Generate a job offer letter for a candidate |
| track_time_off | Track employee time-off requests, balances, and history |
| onboard_employee | Generate an employee onboarding plan and checklist |
| calculate_benefits | Calculate employee benefits costs and coverage details |
| evaluate_performance | Generate a performance evaluation template or summary |
| generate_termination_document | Generate an employee termination or separation document |
| run_workforce_report | Generate a workforce analytics report |

Usage

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.