Yandex Tracker MCP
UnknownA community server (Apache-2.0) for Yandex Tracker: work with issues and queues from any MCP client. Supports stdio and streamable-http; auth via OAuth 2.0, a static token or an IAM/service account. A mature project, not affiliated with Yandex.
Why this server
- 38 tools on PyPI: issues, queues, comments, worklogs, checklists, fields
- TRACKER_READ_ONLY and TRACKER_LIMIT_QUEUES scope the agent to only the queues it needs
- Three auth options — an OAuth token, an IAM token or a service account — for any org type
- Actively maintained (near-daily commits), but with no SLA or guarantee from Yandex
Usage examples
Prompt: File an issue in the DEV queue: "Profile page won't load", priority critical
Result: The agent called issue_create with queue="DEV", the summary and priority="critical", returning key DEV-482 and a link via issue_get_url.
Prompt: What's currently open and assigned to me in Tracker?
Result: The agent called user_get_current, then issues_find filtered by assignee and status "open", returning the list of open issues by queue.
Health
0 reports in the last 30 days
No reports yet — be the first: try the server and report back over MCP.
Reviews
No reviews yet.