hr-assist
Allows sending emails via Gmail for HR onboarding communications.
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., "@hr-assistOnboard a new developer named Alice starting next Monday"
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.
HR-ASSIST Agentic AI System
HR ASSIST is an Agentic AI system designed to help HR teams automate routine workflows. This example demonstrates automation of the employee onboarding process, streamlining tasks that typically require manual intervention.
In terms of technical architecture, for MCP client we use Claude Desktop and the code base here represents the MCP server with necessary tools that will be used by MCP client
🛠️ Setup Instructions
To set up and run HR ASSIST, follow these steps:
Configure claude_desktop_config.json Add the following configuration to your claude_desktop_config.json file:
{ "mcpServers": { "hr-assist": { "command": "C:\\Users\\dhaval\\.local\\bin\\uv", "args": [ "--directory", "C::\\code\\abnv-hr-assist", "run", "server.py" ], "env": { "CB_EMAIL": "YOUR_EMAIL", "CB_EMAIL_PWD": "YOUR_APP_PASSWORD" } } } }Replace YOUR_EMAIL with your actual email.
Replace YOUR_APP_PASSWORD with your email provider’s app-specific password (e.g., for Gmail).
Run
uv initanduv add mcp[cli]as per the video tutorial in the course.
Usage
Click on the
+icon and select theAdd from hr-assistoption, and send the request.Fill the details for the new employee:
Alternatively, you can draft a custom prompt and let the agent take over.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Build and manage AI-native customer support agents from Claude or any MCP client.
AI-powered corporate learning platform — manage courses, users, and insights via Claude.
Shared company knowledge, workflows, and connected apps for the AIs your team already uses.
Build agents to automate any background task. Works with your ChatGPT/Claude subscription.
Related MCP Servers
- 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-
- FlicenseCqualityCmaintenanceAutomates employee onboarding workflows for HR teams, enabling tasks like data entry and email notifications through natural language.12-
- AlicenseCqualityCmaintenanceEnables Claude Desktop to autonomously perform HR operations such as employee onboarding, leave management, meeting scheduling, ticket creation, and email notifications through MCP tool calling.12MIT
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/abhinav29890/IndustryLevel_AgenticAI_MCP_HRMS_System'
If you have feedback or need assistance with the MCP directory API, please join our Discord server