suresh-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., "@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 installed
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
- 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.2
- Alicense-qualityDmaintenanceMCP-based HR automation tool that streamlines employee onboarding, leave management, and equipment requests via natural language conversations.1MIT
- AlicenseCqualityCmaintenanceAutomates 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
Related MCP Connectors
Automate tasks, processes, and approvals with AI.
Manage projects, tasks, time tracking, and team collaboration through natural language.
AI email automation, follow-ups, training, previews, and mailbox troubleshooting.
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/Amgoth-Suresh/HR-ASSIST-Agentic-AI-System'
If you have feedback or need assistance with the MCP directory API, please join our Discord server