Connector guide2-minute read10 MCP toolsEN · DE · IT

YouTrack を ChatGPT に接続する方法 — MCP 経由

JetBrains YouTrack: issues with YouTrack's query language, their comments and work items, projects, agile boards, sprints and users. REST API, permanent-token auth against YouTrack Cloud or a self-hosted server.

HCBy HelpCode team更新日 2 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

YouTrack

YouTrack

JetBrains YouTrack: issues with YouTrack's query language, their comments and work items, projects, agile boards, sprints and users. REST API, permanent-token auth against YouTrack Cloud or a self-hosted server.

ツール

10

地域

INTL

カテゴリー

Project Management

認証

Bearer Token

必要な環境変数

YOUTRACK_URLYOUTRACK_TOKEN
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、YouTrack をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。

無料トライアルを開始

Summary

JetBrains YouTrack: issues with YouTrack's query language, their comments and work items, projects, agile boards, sprints and users. REST API, permanent-token auth against YouTrack Cloud or a self-hosted server.

こう聞いてみよう

YouTrack のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

YouTrack · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → YouTrack をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

YouTrack + ChatGPT

JetBrains YouTrack: issues with YouTrack's query language, their comments and work items, projects, agile boards, sprints and users. REST API, permanent-token auth against YouTrack Cloud or a self-hosted server.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

YOUTRACK_URL, YOUTRACK_TOKEN

ステップ 1 — 認証情報を取得

Getting a token

  1. In YouTrack open your profile → Account Security → Authentication → New token, give it the YouTrack scope, and copy it. Permanent tokens begin with perm:.
  2. Set YOUTRACK_URL to your instance root. On YouTrack Cloud that is https://example.youtrack.cloud; on a self-hosted server it may include a context path such as https://yt.example.com/youtrack. No trailing slash. The adapter appends /api.
  3. Set YOUTRACK_TOKEN. It is sent as Authorization: Bearer perm:….

…(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 — ChatGPT にコネクタを追加

ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。

  1. ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
  2. "Add custom connector" をクリック。
  3. 入力:
    • Name: YouTrack
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → MCP API キーを貼り付け
  4. Connect をクリック。

利用可能なツール

ToolWhat it does
youtrack_get_meRead the user the token belongs to, with their login, full name and e-mail
youtrack_search_issuesSearch issues with YouTrack's query language — the same grammar as the web UI's search box
youtrack_get_issueRead one issue in full: summary, description, reporter, dates, and its custom fields — where state, priority and assignee actually live
youtrack_list_issue_commentsRead the comments on one issue in order, with their author, text and creation time
youtrack_list_issue_work_itemsRead the time logged against one issue: each entry's author, date, duration and work type — the effort behind a ticket
youtrack_list_projectsList projects with their short name, full name, description and leader — the short name is what a query's project: clause needs
youtrack_list_agile_boardsList the agile boards with their name, the projects they cover and their current sprint, for a board-level view of the work
youtrack_list_sprint_issuesList the issues on one sprint of one agile board, with their state and assignee — the sprint contents an agent is usually asked about
youtrack_list_usersList users with their login, full name and e-mail, to resolve who an issue is assigned to
youtrack_add_commentPost a comment on an issue

FAQ

ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。

次のステップ

このガイドは役に立ちましたか?

Your YouTrack agent is one click away.

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

関連ガイド

connectors

YouTrack を Claude に接続する方法 — MCP 経由

JetBrains YouTrack: issues with YouTrack's query language, their comments and work items, projects, agile boards, sprints and users. REST API, permanent-token auth against YouTrack Cloud or a self-hosted server.

connectors

YouTrack を Cursor に接続する方法 — MCP 経由

JetBrains YouTrack: issues with YouTrack's query language, their comments and work items, projects, agile boards, sprints and users. REST API, permanent-token auth against YouTrack Cloud or a self-hosted server.

connectors

YouTrack を Gemini に接続する方法 — MCP 経由

JetBrains YouTrack: issues with YouTrack's query language, their comments and work items, projects, agile boards, sprints and users. REST API, permanent-token auth against YouTrack Cloud or a self-hosted server.

connectors

YouTrack を MCP に — あらゆる AI エージェントから YouTrack を操作

JetBrains YouTrack: issues with YouTrack's query language, their comments and work items, projects, agile boards, sprints and users. REST API, permanent-token auth against YouTrack Cloud or a self-hosted server.

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.