Connector guide2-minute read10 MCP toolsEN · DE · IT

OpenProject 接入 MCP — 从任意 AI 代理驱动 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`.

HCBy HelpCode team更新于 2 min read 在 GitHub 开源

无需信用卡 · 7 天试用 · 提供自托管方案

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

所需环境变量

OPENPROJECT_URLOPENPROJECT_API_KEY
在 Cloud 上一键安装

7 天免费试用 · 无需信用卡

  • 7 天免费试用
    无需信用卡
  • GDPR & SOC 2 ready
    数据驻留欧盟,审计日志
  • 在 GitHub 开源
    开源 · AGPL-3.0
  • 支持 ChatGPT、Claude、Gemini
    任何兼容 MCP 的客户端

跳过安装。2 分钟内即可运行。

cloud.anythingmcp.com 开始免费试用,一键添加 OpenProject,然后将你的 AI 客户端(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 · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 无需安装? 直接使用 cloud.anythingmcp.com 登录、点击 Connectors → OpenProject、粘贴凭证、生成 MCP API key — 完成。无 Docker、无 git clone、无本地服务器。

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.

设置

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)

前提条件: OPENPROJECT_URL, OPENPROJECT_API_KEY

本地安装连接器

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

打开 http://localhost:3000/connectors/store,选择 OpenProject 并填入前提条件中列出的环境变量。

可用工具

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

下一步

这份指南对你有帮助吗?

Your OpenProject agent is one click away.

Install the connector, paste the key, prompt any MCP client. 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 连接到 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`.

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

AFAS Profit 接入 MCP — 从任意 AI 代理驱动 AFAS Profit

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 接入 MCP — 从任意 AI 代理驱动 Aruba Fatturazione Elettronica

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.