Connector guide2-minute read5 MCP toolsEnglish · Deutsch · Italiano

Как подключить Personio HR к Cursor — через 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 2 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

Bearer Token

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

TL;DR

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

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Personio HR, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

Personio HR + Cursor

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 — Добавьте коннектор в Cursor

Cursor читает MCP-серверы из ~/.cursor/mcp.json. Добавьте эту запись:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите Cursor.
  3. Откройте Cursor → Settings → MCP и убедитесь, что Personio HR отображается как "Connected".
  4. Начинайте чат — все инструменты Personio HR доступны.

Доступные инструменты

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

Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.

Следующие шаги

Это руководство помогло?

Ready to ship

Your Personio agent is one click away.

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

Похожие руководства

connectors

Как подключить 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.

connectors

Как подключить Personio HR к Claude — через MCP

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

connectors

Как подключить Personio HR к Gemini — через MCP

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

connectors

Сервер Personio MCP — DACH HR для AI-агентов

Запрашивайте сотрудников, посещаемость и отсутствие в Personio через любой AI-агент с помощью MCP. Предустановленный адаптер Personio в AnythingMCP для ведущей HR-платформы DACH.

SB
connectors

Как подключить SAP Business One к Cursor — через MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

Как подключить SAP Concur к Cursor — через MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.