A hands-on MCP (Model Context Protocol) server that lets Claude check leave balances, apply for leave, and pull leave history through plain-English chat — built with FastMCP.
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": {
"leave-manager-mcp-se": {
"command": "uvx",
"args": [
"leave-manager-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add leave-manager-mcp-se uvx leave-manager-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"leave-manager-mcp-se": {
"command": "uvx",
"args": [
"leave-manager-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install leave-manager-mcp-server