← Back to Plugins
MCP Server MCP

MCP FactorialHR

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @t4dhg/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@t4dhg/mcp-factorial",
      "version": "7.1.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from FactorialHR (Settings > API Keys)",
          "isRequired": true,
          "isSecret": true,
          "name": "FACTORIAL_API_KEY"
        },
        {
          "description": "API version (default: 2025-10-01)",
          "name": "FACTORIAL_API_VERSION"
        },
        {
          "description": "Request timeout in milliseconds (default: 30000)",
          "name": "FACTORIAL_TIMEOUT_MS"
        },
        {
          "description": "Maximum retry attempts (default: 3)",
          "name": "FACTORIAL_MAX_RETRIES"
        },
        {
          "description": "Enable debug logging (default: false)",
          "name": "DEBUG"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...