mcpbeat Sign in

MCP FactorialHR MCP Server

local only

MCP FactorialHR runs on your own machine — the client starts it, so there is no endpoint to ping. 158 installs a week from npm. Last commit 8 Sep 2026.

Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.

Installs per day peak 640 · avg 34 · -67% w/w
a month agotoday
158
Installs / week
npm · @t4dhg/mcp-factorial
3
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/api/documents.ts:255
  const outputPath = path.join(outputDir, filename);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-factorial -- npx -y @t4dhg/mcp-factorial
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-factorial": {
      "args": [
        "-y",
        "@t4dhg/mcp-factorial"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-factorial]
command = "npx"
args = ["-y", "@t4dhg/mcp-factorial"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-factorial": {
      "args": [
        "-y",
        "@t4dhg/mcp-factorial"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-factorial": {
      "args": [
        "-y",
        "@t4dhg/mcp-factorial"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FACTORIAL_API_KEY (API key from FactorialHR (Settings > API Keys)), FACTORIAL_API_VERSION (API version (default: 2026-07-01)), FACTORIAL_TIMEOUT_MS (Request timeout in milliseconds (default: 30000)), FACTORIAL_MAX_RETRIES (Maximum retry attempts (default: 3)), DEBUG (Enable debug logging (default: false)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP FactorialHR

same job, measured the same way
Hubd
by bzdos

The project tracker for teams of humans and AI agents — in plain files. MCP server + CLI.

1 881 installs/wk local only
Teamwork
by teamwork

The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.

213 tools answering
esa
by esaio

Official MCP server for esa.io - a documentation sharing service for teams

5 466 installs/wk local only
Agent Safe
by wowcool

Email safety MCP server. Detects phishing, prompt injection, CEO fraud for AI agents.

answering
MCP Zenvia
by codespar

MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports

27 installs/wk local only
Lorem
by ryudi84

MCP server for placeholder text, fake names, emails, and addresses.

local only
I
Greenhouse MCP
by benmonopoli

Production-ready MCP server for Greenhouse with 175 tools for recruiting teams

153 installs/wk local only
Nylas
by usefulapi

MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.

15 tools answering

MCP FactorialHR — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP FactorialHR?
MCP FactorialHR runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @t4dhg/mcp-factorial was installed 158 times last week.
How do I connect MCP FactorialHR?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @t4dhg/mcp-factorial straight from npm; nothing to host, nothing to sign up for.
How many people use MCP FactorialHR?
The npm package @t4dhg/mcp-factorial was installed 158 times in the last week. Week over week that is -67%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP FactorialHR open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.