Connector guide1-minute read31 MCP toolsEN · DE · IT

Connect HR WORKS to ChatGPT — German HR via MCP

Expose HR WORKS to ChatGPT via MCP. Query employees, absences, sick leaves, working times, projects, and applicants in natural language. Pre-built v2 adapter.

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

HR WORKS

MCP connector

HR WORKS

Access HR WORKS, the German HR/payroll platform: employees, absences, sick leaves, remote work (home office), working times, projects, applicants, organization units, holidays and cost centers via the v2 REST API.

Tools

31

Region

DE

Category

HR

Authentication

Bearer Token

Required env vars

HRWORKS_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the HR WORKS in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

Expose HR WORKS to ChatGPT via MCP. Query employees, absences, sick leaves, working times, projects, and applicants in natural language. Pre-built v2 adapter.

Try asking

Example prompts for HR WORKS

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

HR WORKS · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

Connect HR WORKS to ChatGPT

HR WORKS is the Freiburg-based HR/payroll SaaS used by ~20,000 DACH SMBs. With AnythingMCP you expose HR WORKS to ChatGPT via MCP — your Custom GPT or MCP-native ChatGPT client can answer absence, working-time, and recruiting questions directly from the live HR data.

Quick Setup

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
  1. In HR WORKS: Settings → API → Generate Access Key
  2. Exchange for a JWT (15-min lifetime):
    curl -X POST https://api.hrworks.de/v2/authentication \
      -H 'Content-Type: application/json' \
      -d '{"accessKey":"...","secretAccessKey":"..."}'
    
  3. Import HR WORKS in http://localhost:3000/connectors/store and paste the JWT into HRWORKS_TOKEN
  4. (Optional) Sandbox: set HRWORKS_BASE_URL=https://api.demo-hrworks.de
  5. Assign the connector to an MCP server

Connect to ChatGPT

{
  "mcpServers": {
    "hrworks": { "url": "https://your-anythingmcp-instance.com/mcp" }
  }
}

ChatGPT MCP support is rolling out via Custom GPT → Actions and the upcoming MCP-native client. The endpoint must be HTTPS for ChatGPT to reach it from the public internet.

Use Cases

  • "Show next week's absences for the engineering org unit" — line-manager triage
  • "Total sick days by department for Q1" — exec-dashboard answers
  • "Working-time totals for personnel number 1042 in March" — payroll prep
  • "List remote-work entries for Müller, Hans this month" — hybrid policy check
  • "Pipeline for the Berlin Frontend job posting" — recruiter handoff

Pro Tips for ChatGPT

  • Limit dates: HR WORKS caps beginDate/endDate at 1 year (31 days with interval=days) — phrase queries within those windows
  • Identifiers: most person endpoints accept either personnel number or username — tell ChatGPT which one you'll use
  • Token tokens: every tool call shows up in ChatGPT's billing — use hrworks_health_check for connectivity tests instead of expensive list calls
  • Token lifetime: refresh HRWORKS_TOKEN via cron + AnythingMCP admin API for long-running custom GPTs

Related Guides

Was this guide helpful?

Ready to ship

Your HR agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.

Related guides