PluginBench
MCP Server

MCP FactorialHR MCP Server

io.github.t4dhg/mcp-factorial

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FACTORIAL_API_KEY
    required
    secret

    API key from FactorialHR (Settings > API Keys)

  • FACTORIAL_API_VERSION

    API version (default: 2025-10-01)

  • FACTORIAL_TIMEOUT_MS

    Request timeout in milliseconds (default: 30000)

  • FACTORIAL_MAX_RETRIES

    Maximum retry attempts (default: 3)

  • DEBUG

    Enable debug logging (default: false)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-factorial

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →