MCP FactorialHR
Rank #5,068io.github.t4dhg/mcp-factorial
Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.
MCP FactorialHR is a Model Context Protocol (MCP) server published by t4dhg. It ranks #5,068 of 132,405 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. MCP FactorialHR is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Dec 22, 2025 and most recently updated on Sep 8, 2026.
Ranks ahead of 127,337 of 132,405 servers on MCP Toplist.
Use MCP FactorialHR
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-factorial -e "FACTORIAL_API_KEY=<your FACTORIAL_API_KEY>" -e "FACTORIAL_API_VERSION=<your FACTORIAL_API_VERSION>" -e "FACTORIAL_TIMEOUT_MS=<your FACTORIAL_TIMEOUT_MS>" -e "FACTORIAL_MAX_RETRIES=<your FACTORIAL_MAX_RETRIES>" -e "DEBUG=<your DEBUG>" -- npx -y @t4dhg/mcp-factorialReplace each placeholder with your own value before saving.
[mcp_servers.mcp-factorial]
command = "npx"
args = ["-y", "@t4dhg/mcp-factorial"]
[mcp_servers.mcp-factorial.env]
FACTORIAL_API_KEY = "<your FACTORIAL_API_KEY>"
FACTORIAL_API_VERSION = "<your FACTORIAL_API_VERSION>"
FACTORIAL_TIMEOUT_MS = "<your FACTORIAL_TIMEOUT_MS>"
FACTORIAL_MAX_RETRIES = "<your FACTORIAL_MAX_RETRIES>"
DEBUG = "<your DEBUG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-factorial": {
"command": "npx",
"args": [
"-y",
"@t4dhg/mcp-factorial"
],
"env": {
"FACTORIAL_API_KEY": "<your FACTORIAL_API_KEY>",
"FACTORIAL_API_VERSION": "<your FACTORIAL_API_VERSION>",
"FACTORIAL_TIMEOUT_MS": "<your FACTORIAL_TIMEOUT_MS>",
"FACTORIAL_MAX_RETRIES": "<your FACTORIAL_MAX_RETRIES>",
"DEBUG": "<your DEBUG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-factorial": {
"command": "npx",
"args": [
"-y",
"@t4dhg/mcp-factorial"
],
"env": {
"FACTORIAL_API_KEY": "<your FACTORIAL_API_KEY>",
"FACTORIAL_API_VERSION": "<your FACTORIAL_API_VERSION>",
"FACTORIAL_TIMEOUT_MS": "<your FACTORIAL_TIMEOUT_MS>",
"FACTORIAL_MAX_RETRIES": "<your FACTORIAL_MAX_RETRIES>",
"DEBUG": "<your DEBUG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-factorial": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@t4dhg/mcp-factorial"
],
"env": {
"FACTORIAL_API_KEY": "<your FACTORIAL_API_KEY>",
"FACTORIAL_API_VERSION": "<your FACTORIAL_API_VERSION>",
"FACTORIAL_TIMEOUT_MS": "<your FACTORIAL_TIMEOUT_MS>",
"FACTORIAL_MAX_RETRIES": "<your FACTORIAL_MAX_RETRIES>",
"DEBUG": "<your DEBUG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-factorial": {
"command": "npx",
"args": [
"-y",
"@t4dhg/mcp-factorial"
],
"env": {
"FACTORIAL_API_KEY": "<your FACTORIAL_API_KEY>",
"FACTORIAL_API_VERSION": "<your FACTORIAL_API_VERSION>",
"FACTORIAL_TIMEOUT_MS": "<your FACTORIAL_TIMEOUT_MS>",
"FACTORIAL_MAX_RETRIES": "<your FACTORIAL_MAX_RETRIES>",
"DEBUG": "<your DEBUG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-factorial": {
"command": "npx",
"args": [
"-y",
"@t4dhg/mcp-factorial"
],
"env": {
"FACTORIAL_API_KEY": "<your FACTORIAL_API_KEY>",
"FACTORIAL_API_VERSION": "<your FACTORIAL_API_VERSION>",
"FACTORIAL_TIMEOUT_MS": "<your FACTORIAL_TIMEOUT_MS>",
"FACTORIAL_MAX_RETRIES": "<your FACTORIAL_MAX_RETRIES>",
"DEBUG": "<your DEBUG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.t4dhg%2Fmcp-factorial)<a href="https://mcptoplist.com/server/io.github.t4dhg%2Fmcp-factorial"><img src="https://mcptoplist.com/badge/io.github.t4dhg%2Fmcp-factorial.svg" alt="MCP Toplist: Top 5% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
t4dhg
Other servers by t4dhg
View all t4dhg servers →Available versions (3)
| Version | Published |
|---|---|
| 11.0.1 | Sep 8, 2026 |
| 7.1.0 | Dec 30, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP FactorialHR?
- MCP FactorialHR is maintained by t4dhg, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is MCP FactorialHR listed on the Official MCP Registry?
- Yes — MCP FactorialHR is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP FactorialHR have?
- MCP Toplist tracks 3 versions of MCP FactorialHR, most recently published on Sep 8, 2026.
- Where can I find the source code for MCP FactorialHR?
- The source code for MCP FactorialHR is hosted at github.com/t4dhg/mcp-factorial.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.