First AI‑enabled open-source Human Capital Management system that you can start using today.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"minthcm": {
"command": "npx",
"args": [
"-y",
"minthcm/minthcm"
]
}
}
}
Run in terminal:
claude mcp add minthcm npx -y minthcm/minthcm
Add to .cursor/mcp.json:
{
"mcpServers": {
"minthcm": {
"command": "npx",
"args": [
"-y",
"minthcm/minthcm"
]
}
}
}