HONO AI HCM MCP Server
About
It is a Model Context Protocol-compliant server that bridges HRIS (Human Resource Information System) with AI models and applications, providing intelligent access to employee profiles, team management, and HR policy search. It is designed for use with ChatGPT plugins, LLM…
Details
- Author
- Sequelone-HONOHR
- Downloads
- 213
- Categories
- Other, AI
Jump to
- Employee profiles with over 100 fields
- Real-time attendance and leave tracking
- Natural language HR policy search
- Automated token generation and refresh
- Dual formatting modes (JSON and AI-enhanced markdown)
- Multi-tenant support with domain-based authentication
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
HONO AI HCM MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
It can be used as an MCP server with compatible clients like Claude Desktop, LM Studio, LangChain, and LlamaIndex, or as a REST API for custom applications. Configuration is environment-based with no hard-coded secrets; token management and authentication are handled automatically.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"hono ai hcm mcp server": {
"hris": {
"command": "python",
"args": [
"-m",
"src.smolagent_api"
]
}
}
}
}
McpServers
{
"hris": {
"command": "python",
"args": [
"-m",
"src.smolagent_api"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




