Connector guide3-minute read10 MCP toolsEN · DE · IT

Как подключить 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.

HCBy HelpCode teamОбновлено 3 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

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

Требуемые env-vars

YOUTRACK_URLYOUTRACK_TOKEN
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте YouTrack одним кликом и направьте свой ИИ-клиент (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 · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → YouTrack, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

YouTrack + Cursor

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 — Добавьте коннектор в Cursor

Cursor читает MCP-серверы из ~/.cursor/mcp.json. Добавьте эту запись:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
  2. Сохраните файл и перезапустите Cursor.
  3. Откройте Cursor → Settings → MCP и убедитесь, что YouTrack отображается как "Connected".
  4. Начинайте чат — все инструменты YouTrack доступны.

Доступные инструменты

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

Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.

Следующие шаги

Это руководство помогло?

Your YouTrack agent is one click away.

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

Похожие руководства

connectors

Как подключить 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.

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 к 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 — управляйте YouTrack из любого 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

Как подключить AFAS Profit к Cursor — через 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 к Cursor — через 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.