Yandex Tracker
This MCP enables access to Yandex Tracker issue management. Currently it supports all read operations to retrieve queues, issues and users from Yandex Tracker.
What is Yandex Tracker?
Yandex Tracker is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to this mcp enables access to yandex tracker issue management. currently it supports all read operations to retrieve queues, issues and users from yandex tracker.
This MCP enables access to Yandex Tracker issue management. Currently it supports all read operations to retrieve queues, issues and users from Yandex Tracker.
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- This MCP enables access to Yandex Tracker issue management.
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx yandex-tracker-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Yandex Tracker
The Yandex Tracker MCP server gives AI assistants full programmatic access to Yandex Tracker, the issue and project management platform used widely in Russian-speaking enterprises. It supports reading and writing queues, issues, comments, attachments, checklists, worklogs, and user data, and implements Yandex Tracker Query Language for complex filtered searches. Teams use it to let Claude or other MCP clients create and update issues, run sprint queries, and manage workflows without leaving their AI assistant.
Prerequisites
- Python 3.11 or later, or Docker for the container-based setup
- A Yandex Cloud account with Yandex Tracker enabled
- A Yandex Tracker OAuth token (TRACKER_TOKEN) or IAM token
- Your Yandex Cloud organization ID (TRACKER_CLOUD_ORG_ID) or Yandex 360 organization ID (TRACKER_ORG_ID)
- An MCP-compatible client such as Claude Desktop or Claude Code
Obtain a Yandex Tracker OAuth token
Log in to your Yandex account, navigate to the Yandex OAuth application registration page, and generate a token with Tracker read/write permissions. This will be your TRACKER_TOKEN value.
Find your organization ID
In the Yandex Cloud console, locate your organization ID under the Organization settings page. This is the TRACKER_CLOUD_ORG_ID value. For Yandex 360 users, use TRACKER_ORG_ID instead.
Add via Claude Code (quickest method)
Use the Claude Code CLI to add the Yandex Tracker MCP server in a single command, passing your credentials as environment variables.
claude mcp add yandex-tracker uvx yandex-tracker-mcp@latest \
-e TRACKER_TOKEN=your_oauth_token \
-e TRACKER_CLOUD_ORG_ID=your_org_idAdd to Claude Desktop configuration manually
Alternatively, edit your claude_desktop_config.json directly to add the server entry with your credentials.
{
"mcpServers": {
"yandex-tracker": {
"command": "uvx",
"args": ["yandex-tracker-mcp@latest"],
"env": {
"TRACKER_TOKEN": "your_oauth_token_here",
"TRACKER_CLOUD_ORG_ID": "your_cloud_org_id_here"
}
}
}
}Restart your MCP client and verify
Restart Claude Desktop or Claude Code. The Tracker tools for queues, issues, comments, and user management should now be available in your session.
Yandex Tracker Examples
Client configuration
Claude Desktop configuration for the Yandex Tracker MCP server using an OAuth token.
{
"mcpServers": {
"yandex-tracker": {
"command": "uvx",
"args": ["yandex-tracker-mcp@latest"],
"env": {
"TRACKER_TOKEN": "your_oauth_token_here",
"TRACKER_CLOUD_ORG_ID": "your_cloud_org_id_here"
}
}
}
}Prompts to try
Example prompts that exercise Yandex Tracker MCP capabilities.
- "List all queues I have access to in Yandex Tracker."
- "Show me all open issues in queue MYPROJECT assigned to me."
- "Create a new issue in queue DEV with title 'Fix login bug' and priority Critical."
- "Add a comment to issue DEV-123 saying the fix is deployed to staging."
- "Search for issues updated in the last 7 days using Tracker Query Language: Queue: DEV AND Updated: > now()-7d."
- "Close issue DEV-456 with resolution 'Fixed'."Troubleshooting Yandex Tracker
Authentication fails with 401 or 403 errors
Confirm that your TRACKER_TOKEN is a valid OAuth token with Tracker permissions, not an API key for another Yandex service. Also ensure TRACKER_CLOUD_ORG_ID matches the organization where Tracker is activated.
uvx command not found when adding the server
Install uv first with: curl -LsSf https://astral.sh/uv/install.sh | sh, then restart your terminal. Alternatively, use the Docker image: docker run -e TRACKER_TOKEN=... -e TRACKER_CLOUD_ORG_ID=... ghcr.io/aikts/yandex-tracker-mcp:latest
Only certain queues are visible even though more exist
If TRACKER_LIMIT_QUEUES is set, it restricts which queues the MCP server exposes. Remove this variable or add the missing queue keys to the comma-separated list.
Frequently Asked Questions about Yandex Tracker
What is Yandex Tracker?
Yandex Tracker is a Model Context Protocol (MCP) server that this mcp enables access to yandex tracker issue management. currently it supports all read operations to retrieve queues, issues and users from yandex tracker. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Yandex Tracker?
Follow the installation instructions on the Yandex Tracker GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Yandex Tracker?
Yandex Tracker works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Yandex Tracker free to use?
Yes, Yandex Tracker is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.
Yandex Tracker Alternatives — Similar Business Applications Servers
Looking for alternatives to Yandex Tracker? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Yandex Tracker in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Yandex Tracker?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.