MCP Hub
Back to servers

@theyahia/yandex-tracker-mcp

MCP server for Yandex Tracker — issues, queues, worklogs, agile boards (Russia)

npm191/wk
Updated
Apr 1, 2026

Quick Install

npx -y @theyahia/yandex-tracker-mcp

@theyahia/yandex-tracker-mcp

MCP server for Yandex Tracker API. 12 tools for issues, queues, comments, transitions, and worklogs.

npm License: MIT

Part of the Russian API MCP series by @theYahia.

Setup

  1. Get an OAuth token from Yandex OAuth
  2. Find your organization ID in Yandex Tracker admin

Usage with Claude Desktop

{
  "mcpServers": {
    "yandex-tracker": {
      "command": "npx",
      "args": ["-y", "@theyahia/yandex-tracker-mcp"],
      "env": {
        "YANDEX_TRACKER_TOKEN": "your-oauth-token",
        "YANDEX_TRACKER_ORG_ID": "your-org-id"
      }
    }
  }
}

Claude Code

claude mcp add yandex-tracker -e YANDEX_TRACKER_TOKEN=token -e YANDEX_TRACKER_ORG_ID=orgid -- npx -y @theyahia/yandex-tracker-mcp

Tools (12)

ToolDescription
list_issuesSearch/list issues with queue, keys, and filter
get_issueGet a single issue by key
create_issueCreate an issue with queue, summary, type, priority
update_issueUpdate issue fields
list_issue_commentsList all comments on an issue
add_commentAdd a comment to an issue
transition_issueExecute a workflow transition (open, close, resolve)
list_queuesList all queues
get_queueGet queue details
search_issuesSearch using Yandex Tracker query language
log_worklogLog time spent on an issue
list_worklogsList worklog entries for an issue

Demo Prompts

List all open issues in queue PROJ
Create a bug "Login page crash on Safari" in queue PROJ, priority critical
Search issues: "Queue: PROJ AND Assignee: me AND Status: !closed"
Close issue PROJ-42 with transition "close"
Add a comment to PROJ-42: "Fixed in commit abc123"
Log 2 hours on PROJ-42
Show all queues in our Yandex Tracker

Environment Variables

VariableRequiredDescription
YANDEX_TRACKER_TOKENYesYandex OAuth token
YANDEX_TRACKER_ORG_IDYesOrganization ID for X-Org-ID header

License

MIT

Reviews

No reviews yet

Sign in to write a review