Skip to main content
Glama

🚀 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


Related MCP server: HR Assistant Agent

🛠️ 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).

Install Server
F
license - not found
D
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    D
    quality
    C
    maintenance
    A Model Context Protocol server that enables Claude Desktop to access structured employee data and perform HR operations including employee lookups, searches, and global leave requests.
    Last updated
    3
    1
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    An MCP-powered HR management system that automates employee onboarding, leave tracking, meeting scheduling, and IT ticketing. It allows users to manage organizational workflows and administrative tasks through natural language interactions with Claude.
    Last updated
    2
  • F
    license
    -
    quality
    D
    maintenance
    Provides tools for managing human resources tasks such as applying for leave, checking leave balances, and viewing holiday schedules. It enables natural language interaction for employee information and leave history tracking via the Model Context Protocol.
    Last updated

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Manage projects, tasks, time tracking, and team collaboration through natural language.

  • One shared context your team's AI tools read & write over MCP. No re-explaining. Free.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sonali825/atliq-hr-assistant'

If you have feedback or need assistance with the MCP directory API, please join our Discord server