AtliQ HR Assist

AtliQ HR Assist

An AI-powered HR assistant that automates employee management, leave handling, ticket creation, meeting scheduling, and email notifications through natural language conversations using the Model Context Protocol.

Category
Visit Server

README

šŸš€ AtliQ HR Assist - MCP Server

An AI-powered HR Assistant built using the Model Context Protocol (MCP) and FastMCP. The assistant automates common HR operations such as employee management, leave management, ticket creation, meeting scheduling, and email notifications through natural language conversations.


✨ Features

  • šŸ‘¤ Add, update, and delete employees
  • šŸ” Search employee details
  • šŸ“… Apply leave and check leave balance
  • šŸ“œ View employee leave history
  • šŸŽ« Create IT support tickets
  • šŸ¤ Schedule introduction meetings
  • šŸ“§ Send email notifications
  • šŸ’¬ Expose all HR operations as MCP tools for Claude Desktop

šŸ› ļø Tech Stack

  • Python 3.12
  • FastMCP
  • Model Context Protocol (MCP)
  • Pydantic
  • Python Dotenv
  • Emails Library

šŸ“ Project Structure

atliq-hr-assist/
│
ā”œā”€ā”€ HRMS/
│   ā”œā”€ā”€ employee_manager.py
│   ā”œā”€ā”€ leave_manager.py
│   ā”œā”€ā”€ meeting_manager.py
│   ā”œā”€ā”€ ticket_manager.py
│   ā”œā”€ā”€ schemas.py
│   └── __init__.py
│
ā”œā”€ā”€ server.py
ā”œā”€ā”€ utils.py
ā”œā”€ā”€ emails.py
ā”œā”€ā”€ requirements.txt
ā”œā”€ā”€ README.md
└── pyproject.toml

āš™ļø Installation

Clone the repository:

git clone <repository-url>
cd atliq-hr-assist

Install the required dependencies:

pip install -r requirements.txt

or

uv sync

ā–¶ļø Running the Server

uv run server.py

The MCP server starts using the STDIO transport and can be connected to Claude Desktop.


šŸ”§ Claude Desktop Configuration

Add the following server configuration to your claude_desktop_config.json:

{
  "mcpServers": {
    "atliq-hr-assist": {
      "command": "uv",
      "args": [
        "run",
        "server.py"
      ],
      "cwd": "<path-to-your-project>/atliq-hr-assist"
    }
  }
}

šŸ’” Example Prompts

  • Add a new employee named John Doe.
  • Show employee details for Sonali Gaikwad.
  • Check leave balance for employee E004.
  • Apply leave for E004 on 2026-07-20.
  • Create a laptop request for employee E004.
  • Schedule an introduction meeting for employee E004.
  • Send a welcome email to a new employee.

šŸ‘©ā€šŸ’» Author

Sonali Gaikwad

Built using the Model Context Protocol (MCP).

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured