README.md
Manage employee leave through natural language via Claude integration.
A Model Context Protocol server that enables users to manage employee leave through natural language. It provides tools to check leave balances, apply for leave, and view leave history via Claude integration.
Tools (3)
check_leave_balanceCheck the remaining leave balance for an employee.apply_for_leaveSubmit a new leave request for an employee.view_leave_historyRetrieve the history of leave requests for a specific employee.Configuration
claude_desktop_config.json
{"mcpServers":{"leavemanager":{"command":"npx","args":["-y","@umamaheswararao04/leavemanager-mcp-server"]}}}Try it
→How many vacation days do I have left? My employee ID is 12345.
→I want to apply for sick leave from October 10th to October 12th for employee ID 54321.
→Show me my leave history for the past year for employee ID 98765.