suresh-hr-assist
Click on "Deploy 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., "@suresh-hr-assistSchedule a meeting for new employee onboarding tomorrow at 10 AM."
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.
Suresh Amgoth HR Assist
Suresh Amgoth HR Assist is a Python-based agentic HR workflow project built around the Model Context Protocol. It automates common HR tasks such as employee onboarding, email notifications, leave management, meeting coordination, and ticket handling through a Claude Desktop compatible MCP server.
The project is structured as a lightweight local service that can be run on a Windows machine and connected to Claude Desktop for interactive HR operations. The code is organized into small service classes, typed request schemas, and reusable tools so the workflow stays easy to extend.
Core Features
Employee onboarding and lookup
Leave balance, leave application, and leave history tracking
Meeting scheduling and cancellation
IT and HR ticket creation with status updates
Email notifications for onboarding and support workflows
Seeded demo data for quick local testing
Tech Stack
Python 3.10+
Model Context Protocol (MCP)
Claude Desktop
Pydantic
SMTP email integration
Local Setup
Open the project folder on your computer.
Create a virtual environment and install the dependencies.
Set your email credentials in the environment file.
Point Claude Desktop to this project folder and run the MCP server.
Claude Desktop Configuration
Use a local path that matches your machine. If this repository is stored under your Windows user profile, a configuration like the following works well:
{
"mcpServers": {
"suresh-hr-assist": {
"command": "uv",
"args": [
"--directory",
"%USERPROFILE%\\OneDrive\\Desktop\\Project\\GenAI_Project3_Resources\\GenAI_Project3_Resources",
"run",
"server.py"
],
"env": {
"CB_EMAIL": "your-email@example.com",
"CB_EMAIL_PWD": "your-app-password"
}
}
}
}Email Setup
Set
CB_EMAILto the account that will send notification emails.Set
CB_EMAIL_PWDto the app password generated by your email provider.Update the sender address in the project code if you want to use a different domain.
Screenshot
Personal Project Summary
This project is presented as part of Suresh Amgoth's portfolio to demonstrate practical AI workflow automation, structured Python design, and MCP-based tool integration.
This server cannot be deployed
Maintenance
Related MCP Connectors
Automate tasks, processes, and approvals with AI.
Governed HR records and confirmed time-off actions for UK SMEs.
Recruitment automation: source, enrich, qualify and sequence candidates, push to your ATS.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn 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.2-
- AlicenseNot gradedqualityDmaintenanceMCP-based HR automation tool that streamlines employee onboarding, leave management, and equipment requests via natural language conversations.1MIT
- AlicenseCqualityDmaintenanceAutomates HR workflows such as employee onboarding, leave management, and ticket tracking through natural language prompts in Claude Desktop.12MIT
- FlicenseBqualityCmaintenanceAgentic AI system that automates HR workflows like employee onboarding, enabling HR teams to streamline tasks through natural language interactions with Claude Desktop.12-