Connector guide3-minute read10 MCP toolsEN · DE · IT

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

OpenProject: projects, work packages with their activities, versions, time entries, users and statuses, queried with OpenProject's filter grammar. API v3, Basic auth with the literal username `apikey`.

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

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

OpenProject

OpenProject

OpenProject: projects, work packages with their activities, versions, time entries, users and statuses, queried with OpenProject's filter grammar. API v3, Basic auth with the literal username `apikey`.

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

10

Регион

DE

Категория

Project Management

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

Basic Auth

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

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

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

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

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

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

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

Summary

OpenProject: projects, work packages with their activities, versions, time entries, users and statuses, queried with OpenProject's filter grammar. API v3, Basic auth with the literal username `apikey`.

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

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

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

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

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

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

OpenProject + Claude

OpenProject: projects, work packages with their activities, versions, time entries, users and statuses, queried with OpenProject's filter grammar. API v3, Basic auth with the literal username apikey.

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

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

OPENPROJECT_URL, OPENPROJECT_API_KEY

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

Getting a key

  1. In OpenProject open My Account → Access tokens and generate an API token.
  2. Set OPENPROJECT_URL to your instance root (no trailing slash) and OPENPROJECT_API_KEY to the token.

The Basic-auth username is the literal string apikey. Not your login name — the word apikey, with the token as the password. This adapter does it for you, and it is the first thing to check when a token you know is valid returns 401.

Permissions follow the user. The token inherits its owner's project memberships and roles. A project the user is not a member of is simply absent from the results, not an error.

…(continued in the in-app connector instructions)

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

Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.

  1. Откройте claude.ai/customize/connectors.
  2. Нажмите "Add custom connector".
  3. Заполните:
    • Name: OpenProject
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
  4. Нажмите Connect для авторизации.

Все инструменты ниже появятся в чате — начинайте писать промпты.

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

ToolWhat it does
openproject_get_meRead the user the API token belongs to, with their name, e-mail, language and admin flag
openproject_list_projectsList projects with their identifier, name, status, description and active flag
openproject_list_work_packagesList work packages — tasks, bugs, features, milestones — across all projects, with their type, status, assignee, dates and priority
openproject_list_project_work_packagesList the work packages inside one project — the usual scope for 'what is open on this project' and much cheaper than filtering globally
openproject_get_work_packageRead one work package in full: description, type, status, assignee, dates, estimated and spent time, and its custom fields
openproject_list_work_package_activitiesRead the activity stream of one work package: every comment and field change in order, with author and timestamp
openproject_list_time_entriesList logged time entries with their user, work package, date, hours and comment — the raw data behind any effort report
openproject_list_versionsList versions (releases and sprints) with their name, status, due date and the project they belong to
openproject_list_usersList users with their name, e-mail, login and status, to resolve who a work package is assigned to
openproject_list_statusesList the work-package statuses this instance defines, with their id, name and whether each counts as closed

FAQ

Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.

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

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

Your OpenProject agent is one click away.

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

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

connectors

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

OpenProject: projects, work packages with their activities, versions, time entries, users and statuses, queried with OpenProject's filter grammar. API v3, Basic auth with the literal username `apikey`.

connectors

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

OpenProject: projects, work packages with their activities, versions, time entries, users and statuses, queried with OpenProject's filter grammar. API v3, Basic auth with the literal username `apikey`.

connectors

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

OpenProject: projects, work packages with their activities, versions, time entries, users and statuses, queried with OpenProject's filter grammar. API v3, Basic auth with the literal username `apikey`.

connectors

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

OpenProject: projects, work packages with their activities, versions, time entries, users and statuses, queried with OpenProject's filter grammar. API v3, Basic auth with the literal username `apikey`.

connectors

Как подключить AFAS Profit к Claude — через 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 к Claude — через 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.