HR-assist-MCP-server

yash-s27/HR-assist-MCP-server
★ 0 stars Python AI/LLM Updated today
AI-powered HR automation using the Model Context Protocol (MCP) and Claude Desktop
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hr-assist-mcp-server": {
      "command": "uvx",
      "args": [
        "hr-assist-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install hr-assist-mcp-server

README Excerpt

> **AI-powered HR automation using the Model Context Protocol (MCP) and Claude Desktop.** > > HR-Assist is an **Agentic AI** application that enables Claude Desktop to autonomously perform HR operations through MCP tool calling. The system demonstrates multi-step workflow orchestration by automating employee onboarding, leave management, meeting scheduling, ticket creation, and email notifications using natural language commands.

Tools (14)

EMAILEMAIL_PASSadd_employeeapply_leavescancel_meetingscreate_ticketget_employee_detailsget_employee_leavesget_leave_historyget_meetingslist_ticketschedule_meetingsend_emailupdate_ticket_status