MCP FactorialHR
About
Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FACTORIAL_API_KEY FACTORIAL_API_VERSION FACTORIAL_TIMEOUT_MS FACTORIAL_MAX_RETRIES DEBUGClaude Code
claude mcp add --env FACTORIAL_API_KEY= --env FACTORIAL_API_VERSION= --env FACTORIAL_TIMEOUT_MS= --env FACTORIAL_MAX_RETRIES= --env DEBUG= mcp-factorial -- npx @t4dhg/mcp-factorial
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-factorial","command":"npx","args":["@t4dhg/mcp-factorial"],"env":{"FACTORIAL_API_KEY":"","FACTORIAL_API_VERSION":"","FACTORIAL_TIMEOUT_MS":"","FACTORIAL_MAX_RETRIES":"","DEBUG":""}}'
JSON
{
"mcpServers": {
"mcp-factorial": {
"command": "npx",
"args": [
"@t4dhg/mcp-factorial"
],
"env": {
"FACTORIAL_API_KEY": "",
"FACTORIAL_API_VERSION": "",
"FACTORIAL_TIMEOUT_MS": "",
"FACTORIAL_MAX_RETRIES": "",
"DEBUG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.