hr-assistant-mcp-client

sarthak-here/hr-assistant-mcp-client
★ 1 stars Python AI/LLM Updated 5d ago
Python LangChain MCP client for discovering tools from the HR Assistant MCP server over stdio.
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": {
    "hr-assistant-mcp-cli": {
      "command": "uvx",
      "args": [
        "hr-assistant-mcp-client"
      ]
    }
  }
}

Or install with pip: pip install hr-assistant-mcp-client

README Excerpt

A Python client that launches the sibling server over standard input/output and discovers its available HR tools through the Model Context Protocol (MCP). The client does not import HR business logic directly. It starts the server as a separate process with `uv`, communicates through MCP over `stdio`, and asks

Tools (2)

onboard_employeesend_notification