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.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Personio HR, вставьте учётные данные, создайте MCP API key — готово. Без 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 поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.
- Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
- Нажмите "Add custom connector".
- Заполните:
- Name:
Personio HR - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте MCP API key
- Name:
- Нажмите Connect.
Доступные инструменты
| Tool | What it does |
|---|---|
personio_list_employees | List all employees |
personio_get_employee | Retrieve a single employee by id |
personio_list_absences | List absences (Abwesenheiten) — vacation, sick leave, parental leave, etc |
personio_list_attendances | List attendance records (working hours) |
personio_list_absence_types | List the configured absence types (vacation, sick, parental leave, etc |
FAQ
Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.