An MCP server built with FastMCP that exposes HR management tools - employee onboarding, leave tracking, meeting scheduling, and IT ticketing to AI assistants like Claude.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"hr-management-system": {
"command": "uvx",
"args": [
"hr-management-system-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add hr-management-system uvx hr-management-system-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"hr-management-system": {
"command": "uvx",
"args": [
"hr-management-system-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install hr-management-system-mcp-server