Connector guide1-minute read5 MCP toolsEnglish · Deutsch · Italiano

Personio HR を ChatGPT に接続する方法 — MCP 経由

Access employee records, attendances, absences, and time-offs via the Personio REST API. Personio is the dominant HR platform for DACH SMBs.

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

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

Personio HR

MCP connector

Personio HR

Access employee records, attendances, absences, and time-offs via the Personio REST API. Personio is the dominant HR platform for DACH SMBs.

Tools

5

Region

DE

Category

HR

Authentication

Required env vars

PERSONIO_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
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Personio HR in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Personio HR をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

Personio HR + ChatGPT

Access employee records, attendances, absences, and time-offs via the Personio REST API. Personio is the dominant HR platform for DACH SMBs.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

PERSONIO_TOKEN

ステップ 1 — 認証情報を取得

Authentication model — IMPORTANT: Personio's /auth endpoint is not a standard OAuth2 flow. You POST {client_id, client_secret} once and get back a short-lived bearer token, which is then passed as Authorization: Bearer <token> on every request. Each successful API response ALSO returns a new token in its Authorization response header that must be used for the next call — effectively a token-rotation scheme. This adapter uses a single long-lived bearer token supplied by you (PERSONIO_TOKEN).

…(continued in the in-app connector instructions)

ステップ 2 — アダプターをインストール

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

ステップ 3 — ChatGPT にコネクタを追加

ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。

  1. ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
  2. "Add custom connector" をクリック。
  3. 入力:
    • Name: Personio HR
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → MCP API キーを貼り付け
  4. Connect をクリック。

利用可能なツール

ToolWhat it does
personio_list_employeesList all employees
personio_get_employeeRetrieve a single employee by id
personio_list_absencesList absences (Abwesenheiten) — vacation, sick leave, parental leave, etc
personio_list_attendancesList attendance records (working hours)
personio_list_absence_typesList the configured absence types (vacation, sick, parental leave, etc

FAQ

ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。

次のステップ

Ready to ship

Your Personio agent is one click away.

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