YaTracker Connector
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@YaTracker Connectorshow me the latest 5 tasks in the CRM queue"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
YaTracker Connector
Python library and MCP server for working with the Yandex Tracker API.
🚀 Quick Start
Option 1: Docker (Recommended)
The easiest way to use the MCP server:
# 1. Создайте .env файл
cp config/sample.env .env
# Отредактируйте .env и добавьте свои credentials
# 2. Запустите
docker-compose up -d
# Готово! MCP сервер работает на порту 8080Docker Advantages:
✅ No absolute paths
✅ Works the same everywhere
✅ Easy to share with colleagues
✅ No conflicts with other projects
📖 More details: DOCKER.md
Option 2: Local Installation
# 1. Установите зависимости
pip install -r requirements.txt
# 2. Создайте .env
cp config/sample.env .env
# Добавьте YATRACKER_TOKEN и YATRACKER_ORG_ID
# 3. Используйте CLI
PYTHONPATH=src python3.11 -m scripts.cli issues list --queue CRM📖 More details: QUICKSTART.md
Related MCP server: Yandex Tracker MCP Server
📚 Documentation
QUICKSTART.md - Quick CLI command reference
CLAUDE.md - Full instructions for working with the project
DOCKER.md - Deployment via Docker
🔧 Features
CLI (Command Line Interface)
# Список задач
PYTHONPATH=src python3.11 -m scripts.cli issues list --queue CRM --limit 50
# Комментарии
PYTHONPATH=src python3.11 -m scripts.cli comments list CRM-19
PYTHONPATH=src python3.11 -m scripts.cli comments add CRM-19 "Текст"
# Переходы статусов
PYTHONPATH=src python3.11 -m scripts.cli transitions list CRM-19
# Вложения
PYTHONPATH=src python3.11 -m scripts.cli attachments download CRM-19Python API
from yatracker_connector import (
build_tracker_client,
get_issue,
add_comment,
search_issues
)
client = build_tracker_client()
issue = get_issue(client, 'CRM-19')
add_comment(issue, 'Текст комментария')MCP Server for Claude Code
Run via Docker and configure in .mcp.json:
{
"mcpServers": {
"yatracker": {
"transport": "sse",
"url": "http://localhost:8080/sse"
}
}
}MCP Tools
Working with Issues
yatracker_search_issues- search and list issuesyatracker_get_issue- issue detailsyatracker_create_issue- create an issue/leadyatracker_update_issue- update fields
Comments
yatracker_list_comments- list commentsyatracker_add_comment- add a commentyatracker_add_comment_with_attachment- comment with a file
Transitions and Statuses
yatracker_list_transitions- available transitionsyatracker_execute_transition- execute a transition
Attachments
yatracker_download_attachments- download attachmentsyatracker_attach_file- attach a file
Metadata
yatracker_list_queues- list queuesyatracker_list_queue_fields- queue fieldsyatracker_list_all_fields- all system fieldsyatracker_list_queue_issue_types- issue typesyatracker_get_queue_workflows- business process/status graph
🤝 For the Team
Sharing the project with colleagues (Docker):
# 1. Коллега клонирует репозиторий
git clone <url>
cd "YaTracker Connector"
# 2. Создает свой .env
cp config/sample.env .env
# Добавляет свои credentials
# 3. Запускает
docker-compose up -dThat's it! No path settings, Python versions, or anything else.
🔐 Configuration
Create a .env file in the project root:
YATRACKER_TOKEN=your_oauth_token_here
YATRACKER_ORG_ID=your_organization_id
# опционально, если ведёшь учёт приложения: YATRACKER_OAUTH_CLIENT_ID=...How to get credentials:
OAuth Token: [Yandex OAuth](https://oauth.yandex
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables AI assistants to interact with JetBrains YouTrack 2025.2 for managing issues, sprints, dependencies, time tracking, and knowledge base content. Supports CRUD operations, bulk commands, analytics with Gantt charts and critical path analysis, and covers ~80% of the YouTrack REST API.2452
- Flicense-qualityDmaintenanceEnables AI assistants to interact with Yandex.Tracker task management system through MCP protocol. Supports creating and managing issues, searching tasks, handling comments, managing projects and queues, and generating analytics reports.
- Alicense-qualityBmaintenanceMCP server for Yandex Tracker API, enabling AI assistants to search, read, create, and edit issues, as well as manage comments, attachments, and links in Yandex Tracker.2471MIT
- FlicenseAqualityDmaintenanceExposes Yandex Tracker's REST API v3 as tools for LLM clients, enabling issue management and queue operations via natural language.21
Related MCP Connectors
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Belkin-digital/yatracker-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server