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.
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
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.