AtliQ HR Assist
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AtliQ HR AssistAdd a new employee named John Doe."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 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-assistInstall the required dependencies:
pip install -r requirements.txtor
uv sync▶️ Running the Server
uv run server.pyThe 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).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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