Пропустите установку. Заработает меньше чем за 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 и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → YouTrack, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
YouTrack + Claude
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
- In YouTrack open your profile → Account Security → Authentication → New token, give it the
YouTrackscope, and copy it. Permanent tokens begin withperm:. - Set
YOUTRACK_URLto your instance root. On YouTrack Cloud that ishttps://example.youtrack.cloud; on a self-hosted server it may include a context path such ashttps://yt.example.com/youtrack. No trailing slash. The adapter appends/api. - Set
YOUTRACK_TOKEN. It is sent asAuthorization: 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 — Добавьте коннектор в Claude
Рекомендуемый путь — работает в claude.ai web без редактирования конфигурационных файлов.
- Откройте claude.ai/customize/connectors.
- Нажмите "Add custom connector".
- Заполните:
- Name:
YouTrack - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Нажмите Connect для авторизации.
Все инструменты ниже появятся в чате — начинайте писать промпты.
Доступные инструменты
| Tool | What it does |
|---|---|
youtrack_get_me | Read the user the token belongs to, with their login, full name and e-mail |
youtrack_search_issues | Search issues with YouTrack's query language — the same grammar as the web UI's search box |
youtrack_get_issue | Read one issue in full: summary, description, reporter, dates, and its custom fields — where state, priority and assignee actually live |
youtrack_list_issue_comments | Read the comments on one issue in order, with their author, text and creation time |
youtrack_list_issue_work_items | Read the time logged against one issue: each entry's author, date, duration and work type — the effort behind a ticket |
youtrack_list_projects | List projects with their short name, full name, description and leader — the short name is what a query's project: clause needs |
youtrack_list_agile_boards | List 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_issues | List 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_users | List users with their login, full name and e-mail, to resolve who an issue is assigned to |
youtrack_add_comment | Post a comment on an issue |
FAQ
Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.
Следующие шаги
Это руководство помогло?