Connector guide3-minute read10 MCP toolsEN · DE · IT

YouTrack mit Gemini verbinden — über 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 teamAktualisiert 3 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

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.

Tools

10

Region

INTL

Kategorie

Project Management

Authentifizierung

Bearer Token

Benötigte Env-Vars

YOUTRACK_URLYOUTRACK_TOKEN
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge YouTrack mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

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.

Frag einfach

Beispiel-Prompts für YouTrack

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

YouTrack · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → YouTrack klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

YouTrack + Gemini

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.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

YOUTRACK_URL, YOUTRACK_TOKEN

Schritt 1 — Zugangsdaten holen

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)

Schritt 2 — Adapter installieren

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

Schritt 3 — Connector in Gemini hinzufügen

Gemini CLI liest MCP-Server aus ~/.gemini/settings.json (oder %APPDATA%\gemini\settings.json unter Windows). Hinzufügen:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und gemini neu starten.
  3. /mcp in Gemini CLI ausführen — YouTrack sollte als verfügbar gelistet sein.
  4. Vertex AI Studio: https://cloud.anythingmcp.com/mcp im tools-Array der Anfrage mit demselben Bearer-Header übergeben.

Verfügbare Tools

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

Unterstützen Gemini 1.5 Pro oder 2.x MCP? Ja — Gemini CLI ≥ 0.4 und die Vertex AI Tools API akzeptieren MCP httpUrl-Connectors mit Bearer-Header.

Nächste Schritte

War dieser Guide hilfreich?

Your YouTrack agent is one click away.

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

Verwandte Anleitungen

connectors

YouTrack mit ChatGPT verbinden — über 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 mit Claude verbinden — über 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 mit Cursor verbinden — über 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 zu MCP — YouTrack aus jedem KI-Agent steuern

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 mit Gemini verbinden — über 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 mit Gemini verbinden — über 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.