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`.
7 日間無料 · クレジットカード不要 · EU ホスト
OpenProject に何でも聞ける
AnythingMCP 経由で OpenProject に実際のプロンプトを試そう — Claude がツールを呼び出し、回答します。あなたのメッセージで Enter を押すと Cloud にインストールします。
OpenProject を Cloud にインストールClaude は AI のため誤ることがあります。回答をご確認ください。
2 分でセットアップ
- 1cloud.anythingmcp.com で無料トライアル開始。
- 2コネクターストアで OpenProject をクリック。資格情報を貼り付け。
- 3MCP API キーを発行し、AI クライアントを MCP URL に向ける。
OpenProject のガイド
主要 AI クライアント向けのステップバイステップセットアップ。
OpenProject のセットアップ
コネクタ定義そのものから:認証情報の入手先、必要な権限、このアダプタが呼び出す API。 コネクタ作者により英語で提供されています。
Getting a key
- In OpenProject open My Account → Access tokens and generate an API token.
- Set
OPENPROJECT_URLto your instance root (no trailing slash) andOPENPROJECT_API_KEYto 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.
Filters are a JSON array of single-key objects: [{"status":{"operator":"o","values":[]}},{"assignee":{"operator":"=","values":["42"]}}]. Operators are OpenProject's own short codes — o open, c closed, = equals, ! not, ~ contains, <>d between dates, t today, >t- in the last N days. The filter string is passed through verbatim so the whole grammar stays available.
Responses are HAL+JSON. Rows live in _embedded.elements, related resources are links under _links and paging is _links.nextByOffset. Fields like assignee arrive as a link with a title, which is usually the readable name you want without another call.
Durations are ISO 8601: estimatedTime of PT8H is eight hours, P2D is two days. They are not numbers.
Self-hosted, which is the thing to plan for.
- On AnythingMCP Cloud the instance must be reachable from the public internet on a real hostname with a valid TLS certificate. A self-signed certificate will fail: the connector offers no trust-anything switch.
- On an internal host (
op.intern,10.0.0.x), self-host AnythingMCP on the same network and add that host toSSRF_ALLOWED_HOSTS, or the outbound guard refuses the call before it is made.
あなたの AI は OpenProject から 2 クリック先。
コネクターをインストール、資格情報を貼り付け、AI に質問。7 日間無料、クレジットカード不要。