Connector guide2-minute read7 MCP toolsEN · DE · IT

Как подключить TimeTac к ChatGPT — через MCP

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

HCBy HelpCode teamОбновлено 2 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

TimeTac

TimeTac

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

инструментов

7

Регион

DE

Категория

Time Tracking

Аутентификация

OAuth 2.0

Требуемые env-vars

TIMETAC_ACCOUNTTIMETAC_CLIENT_IDTIMETAC_CLIENT_SECRETTIMETAC_REFRESH_TOKEN
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте TimeTac одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.

Начать бесплатный период

Summary

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

Попробуй спросить

Примеры промптов для TimeTac

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

TimeTac · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

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

TimeTac + ChatGPT

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

TIMETAC_ACCOUNT, TIMETAC_CLIENT_ID, TIMETAC_CLIENT_SECRET, TIMETAC_REFRESH_TOKEN

Шаг 1 — Получите учётные данные

Your account name is part of every URL. TimeTac gives each customer a subdomain and repeats the account name in the path: https://<account>.timetac.com/<account>/api/v3/. Set TIMETAC_ACCOUNT to that name (the part before .timetac.com) and the adapter builds both halves.

Getting OAuth credentials

  1. Ask TimeTac support to enable API access and issue an OAuth 2.0 client for your account — it is not self-service in the web UI.
  2. You receive a client id and client secret. Complete the authorization-code flow once against https://<account>.timetac.com/<account>/oauth2/authorize and keep the refresh token.

Шаг 2 — Установите адаптер

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Шаг 3 — Добавьте коннектор в ChatGPT

ChatGPT поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.

  1. Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
  2. Нажмите "Add custom connector".
  3. Заполните:
    • Name: TimeTac
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте MCP API key
  4. Нажмите Connect.

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

ToolWhat it does
timetac_list_usersList the users in the TimeTac account with their name, employee number, department and active state
timetac_list_time_trackingsRead time trackings in a date range: start, end, duration, the user and the task booked against
timetac_list_projectsList projects with their client, budget and status, so a time tracking can be attributed to a piece of work
timetac_list_tasksList tasks — the things users actually clock onto — with the project they belong to and whether they are still open
timetac_list_absencesList absences (holiday, sick leave, special leave) with their type, date range and approval state, for the roster view
timetac_list_departmentsList the departments configured in the account, so users and reports can be grouped the way the org chart does
timetac_get_live_statusRead who is currently clocked in and on what — the live attendance board, answering 'who is working right now'

FAQ

Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.

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

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

Your TimeTac agent is one click away.

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

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

connectors

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

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

connectors

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

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

connectors

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

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

connectors

TimeTac в MCP — управляйте TimeTac из любого AI-агента

TimeTac time and attendance for DACH teams: time trackings, users, projects, tasks, absences and the live clock-in state. REST API v3 on the customer's own timetac.com subdomain, OAuth 2.0.

connectors

Как подключить AFAS Profit к ChatGPT — через MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Как подключить Aruba Fatturazione Elettronica к ChatGPT — через MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.