
Leave Management MCP Server
by cybermad7373
A secure system to check leave balances, apply for leave, and view employee leave history via natural language.
What it does
This server implements a Leave Management System, enabling an AI to interact with an employee's leave records. It allows for the automation of HR requests such as checking remaining days or submitting new applications.
Tools
get_leave_balance: Returns the remaining leave days for a specific employee ID.apply_leave: Submits a new leave application and updates the balance.get_leave_history: Retrieves past leave records for an employee.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"LeaveManager": {
"command": "uv",
"args": [
"--directory",
"C:\\ABSOLUTE\\PATH\\TO\\leave_manager",
"run",
"leave_manager.py"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install mcp && uv run leave_manager.pyInformation
- Pricing
- free
- Published
- 5/3/2026
- stars






