Connector guide3-minute read10 MCP toolsEN · DE · IT

Come collegare YouTrack a Gemini — via 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 teamAggiornato 3 min read Open source su GitHub

Nessuna carta di credito · 7 giorni di prova · Alternativa self-host disponibile

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.

tool

10

Regione

INTL

Categoria

Project Management

Autenticazione

Bearer Token

Env vars richieste

YOUTRACK_URLYOUTRACK_TOKEN
Installa con un clic su Cloud

7 giorni di prova gratuita · Nessuna carta di credito

  • Prova gratuita di 7 giorni
    Nessuna carta di credito
  • GDPR & SOC 2 ready
    Dati in UE, log di audit
  • Open source su GitHub
    Open source · AGPL-3.0
  • Funziona con ChatGPT, Claude, Gemini
    Qualsiasi client compatibile MCP

Salta l'installazione. Attivo in meno di 2 minuti.

Avvia una prova gratuita su cloud.anythingmcp.com, aggiungi YouTrack con un clic, poi punta il tuo client AI (Claude, ChatGPT, Copilot o Cursor) all'endpoint MCP generato. Niente Docker, niente git clone, nessuna esperienza di sviluppo richiesta.

Inizia la prova gratuita

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.

Prova a chiedere

Prompt di esempio per YouTrack

Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.

YouTrack · live via MCP
Condividi
Opus 4.7

Claude è un'AI e può sbagliare. Verifica sempre le risposte.

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → YouTrack, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

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.

Prerequisiti

Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:

YOUTRACK_URL, YOUTRACK_TOKEN

Step 1 — Ottieni le credenziali

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)

Step 2 — Installa l'adapter

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

Step 3 — Aggiungi il connettore in Gemini

Gemini CLI legge i server MCP da ~/.gemini/settings.json (o %APPDATA%\gemini\settings.json su Windows). Aggiungi:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Ottieni la tua MCP API key da AnythingMCP → Profilo → MCP API Keys → Nuova Key.
  2. Salva il file e riavvia gemini.
  3. Esegui /mcp nella Gemini CLI — YouTrack dovrebbe essere elencato come disponibile.
  4. Vertex AI Studio: passa https://cloud.anythingmcp.com/mcp nell'array tools della richiesta con lo stesso header Bearer.

Tool disponibili

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

Gemini 1.5 Pro o 2.x supportano MCP? Sì — Gemini CLI ≥ 0.4 e la Vertex AI tools API accettano connettori MCP httpUrl con header Bearer.

Prossimi passi

Questa guida ti è stata utile?

Your YouTrack agent is one click away.

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

Guide correlate

connectors

Come collegare YouTrack a ChatGPT — via 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

Come collegare YouTrack a Claude — via 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

Come collegare YouTrack a Cursor — via 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 su MCP — Pilota YouTrack da qualsiasi agente AI

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

Come collegare AFAS Profit a Gemini — via 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

Come collegare Aruba Fatturazione Elettronica a Gemini — via 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.