leave-manager-mcp-server

Abhi-debug123/leave-manager-mcp-server
★ 0 stars Python AI/LLM Updated 10d ago
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "leave-manager-mcp-se": {
      "command": "uvx",
      "args": [
        "leave-manager-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install leave-manager-mcp-server