What is the MCP FactorialHR MCP server?
Full CRUD MCP server for FactorialHR: employees, teams, time off, projects, ATS, payroll.
How to install MCP FactorialHR
Copy-paste configuration for popular MCP clients.
FACTORIAL_API_KEYrequiredsecretAPI key from FactorialHR (Settings > API Keys)
FACTORIAL_API_VERSIONAPI version (default: 2025-10-01)
FACTORIAL_TIMEOUT_MSRequest timeout in milliseconds (default: 30000)
FACTORIAL_MAX_RETRIESMaximum retry attempts (default: 3)
DEBUGEnable debug logging (default: false)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add mcp-factorial --env FACTORIAL_API_KEY=<YOUR_FACTORIAL_API_KEY> --env FACTORIAL_API_VERSION=<YOUR_FACTORIAL_API_VERSION> --env FACTORIAL_TIMEOUT_MS=<YOUR_FACTORIAL_TIMEOUT_MS> --env FACTORIAL_MAX_RETRIES=<YOUR_FACTORIAL_MAX_RETRIES> --env DEBUG=<YOUR_DEBUG> -- npx -y @t4dhg/mcp-factorialRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.