Messaging
Trust: 34/100 (Limited)MCP FactorialHR Guide
Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.
2 starsby t4dhg
Quick Start
Install
npx @t4dhg/mcp-factorialClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-t4dhg-mcp-factorial": {
"command": "npx",
"args": [
"@t4dhg/mcp-factorial"
]
}
}
}