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.
Related MCP Servers
- AlicenseDqualityCmaintenanceA 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 updated31MIT
- Flicense-qualityDmaintenanceAn 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 updated2
- Flicense-qualityDmaintenanceProvides 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
- Alicense-qualityDmaintenanceMCP-based HR automation tool that streamlines employee onboarding, leave management, and equipment requests via natural language conversations.Last updated1MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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