MCP FactorialHR for Cursor
io.github.t4dhg/mcp-factorial
Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.
client:Cursor
transport:stdio
runtime:npm
Install MCP FactorialHR in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-factorial": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@t4dhg/mcp-factorial"
],
"env": {
"FACTORIAL_API_KEY": "<FACTORIAL_API_KEY>",
"FACTORIAL_API_VERSION": "<FACTORIAL_API_VERSION>",
"FACTORIAL_TIMEOUT_MS": "<FACTORIAL_TIMEOUT_MS>",
"FACTORIAL_MAX_RETRIES": "<FACTORIAL_MAX_RETRIES>",
"DEBUG": "<DEBUG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs