loading…
Search for a command to run...
loading…
HR Management AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
HR Management AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Hr Management Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
leave_calculator |
Calculate leave balance, accrual rate, and year-end projections based on |
payroll_estimator |
Estimate net pay with tax brackets, Social Security, Medicare, retirement |
performance_review |
Draft a structured performance review with tier assessment, strengths, |
onboarding_checklist |
Generate a phased onboarding checklist covering pre-start through 90 days |
compliance_checker |
Check applicable employment compliance frameworks based on region, |
pip install meok-hr-management-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"hr-management-ai-mcp": {
"command": "python",
"args": ["-m", "meok_hr_management_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"hr-management-ai-mcp": {
"command": "npx",
"args": []
}
}
}