Skip to main content

MCP server for Yandex Tracker API — issues, projects, boards, sprints, worklog and more

Project description

ya-tracker-mcp

MCP server for Yandex Tracker API. Provides 140 tools for managing issues, projects, boards, sprints, worklog and more through the Model Context Protocol.

Built with FastMCP and YaTrackerApi.

Quick Start

Claude Code

claude mcp add ya-tracker \
  -e YA_TRACKER_TOKEN=your-oauth-token \
  -e YA_TRACKER_ORG_ID=your-org-id \
  -- uvx ya-tracker-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ya-tracker": {
      "command": "uvx",
      "args": ["ya-tracker-mcp"],
      "env": {
        "YA_TRACKER_TOKEN": "your-oauth-token",
        "YA_TRACKER_ORG_ID": "your-org-id"
      }
    }
  }
}

Cursor / Windsurf

Add to MCP settings:

{
  "ya-tracker": {
    "command": "uvx",
    "args": ["ya-tracker-mcp"],
    "env": {
      "YA_TRACKER_TOKEN": "your-oauth-token",
      "YA_TRACKER_ORG_ID": "your-org-id"
    }
  }
}

Authentication

You need an OAuth token and organization ID:

  1. OAuth token - get at oauth.yandex.ru with Tracker access
  2. Organization ID - find in Tracker admin settings or via API GET /v3/myself

Tools (140)

Issues (7)

Tool Description
create_issue Create issue (queue, summary, type, priority, assignee...)
get_issue Get issue details with optional expand (transitions, attachments)
update_issue Update issue fields
search_issues Search with query language or filters
count_issues Count matching issues
move_issue Move to another queue
issue_changelog Get issue change history (filter by field)

Comments (4)

Tool Description
add_comment Add comment with optional summonees
list_comments List issue comments
update_comment Update comment text
delete_comment Delete comment

Status Transitions (2)

Tool Description
list_transitions List available transitions
transition_issue Execute status transition

Links (3)

Tool Description
link_issues Create link (relates, depends on, subtask, epic...)
list_links List issue links
delete_link Delete link

Entities — Projects / Portfolios / Goals (23)

Tool Description
create_entity Create project, portfolio, or goal
get_entity Get entity with fields
update_entity Update entity
delete_entity Delete entity
search_entities Search entities
entity_changelog Get entity change history
update_key_results Update goal key results
update_entity_metrics Update entity metrics
list_entity_comments List entity comments
add_entity_comment Add comment to entity
update_entity_comment Update entity comment
delete_entity_comment Delete entity comment
list_entity_links List entity links
create_entity_link Create link between entities
delete_entity_link Delete entity link
list_entity_attachments List entity attachments
delete_entity_attachment Delete entity attachment
add_entity_checklist_item Add checklist item to entity
update_entity_checklist_item Update entity checklist item
delete_entity_checklist_item Delete entity checklist item
bulk_update_entities Bulk update entities
get_entity_settings Get entity access settings
update_entity_settings Update entity access settings

Boards & Sprints (12)

Tool Description
list_boards List all boards
get_board Board details
create_board Create board
update_board Update board settings
delete_board Delete board
list_board_columns Board columns with statuses
create_board_column Create column
update_board_column Update column
delete_board_column Delete column
list_sprints Board sprints
get_sprint Sprint details
create_sprint Create sprint

Worklog (5)

Tool Description
add_worklog Log time (ISO 8601 duration)
list_worklog List worklog entries
update_worklog Update entry
delete_worklog Delete entry
search_worklog Search worklog across all issues

Checklists (5)

Tool Description
list_checklist List checklist items
add_checklist_item Add item
update_checklist_item Update item (text, checked, assignee)
delete_checklist_item Delete item
delete_checklist Delete entire checklist

Attachments (2)

Tool Description
list_attachments List attachments
delete_attachment Delete attachment

Queues (10)

Tool Description
list_queues List all queues
get_queue Queue details (expand: components, versions)
create_queue Create queue
delete_queue Delete queue
restore_queue Restore deleted queue
list_queue_versions List queue versions
create_queue_version Create version
delete_queue_tag Delete queue tag
get_queue_user_permissions Get user permissions for queue
update_queue_permissions Update queue access permissions

Users (3)

Tool Description
get_myself Current user info
get_user Get specific user info
list_users Organization users

Directories — Reference Data (24)

Tool Description
list_issue_types All issue types
create_issue_type Create issue type
update_issue_type Update issue type
list_statuses All statuses
create_status Create status
update_status Update status
list_priorities All priorities
create_priority Create priority
update_priority Update priority
list_resolutions All resolutions
create_resolution Create resolution
update_resolution Update resolution
list_global_fields Global fields
get_field Get field details
create_field Create global field
update_field Update global field
list_queue_fields Queue fields (including local)
get_local_field Get local field
create_local_field Create local field
update_local_field Update local field
list_queue_tags Queue tags
list_components All components
create_component Create component
update_component Update component

Automations (15)

Tool Description
list_macros List queue macros
get_macro Get macro details
create_macro Create macro
update_macro Update macro
delete_macro Delete macro
list_triggers List queue triggers
get_trigger Get trigger details
create_trigger Create trigger
update_trigger Update trigger
get_trigger_logs Get trigger execution logs
list_autoactions List queue autoactions
get_autoaction Get autoaction details
create_autoaction Create autoaction
get_autoaction_logs Get autoaction execution logs

Bulk Operations (5)

Tool Description
bulk_update Update multiple issues
bulk_move Move issues to queue
bulk_transition Transition multiple issues
get_bulk_status Check operation status
get_bulk_failed_issues Get failed issues from bulk operation

Import (4)

Tool Description
import_issue Import with original dates/author
import_comment Import comment
import_link Import link
import_file Import file attachment

Filters (3)

Tool Description
create_filter Create saved filter
get_filter Get filter details
update_filter Update filter

Dashboards (2)

Tool Description
create_dashboard Create dashboard
create_cycle_time_widget Create cycle time widget

External Links (4)

Tool Description
list_external_applications List registered external apps
list_external_links List external links on issue
create_external_link Create external link
delete_external_link Delete external link

Overviews (2)

Tool Description
issue_overview Full issue summary (status, links, comments, checklist, worklog)
queue_overview Queue summary (open count, top priority issues)

Presets (3)

Tool Description
list_presets Available task presets
get_preset Preset details (params, template, rules)
create_from_preset Create issue from preset

Team Directory (3)

Tool Description
list_team Team members
get_team_member Member details (areas, queues)
find_assignee Find assignee by area/queue

Resources (6)

Resource Description
tracker://query-language Query language syntax
tracker://yfm-syntax YFM markdown reference
tracker://link-types Issue link types
tracker://entity-statuses Entity status values
tracker://field-types Field types with Java paths
tracker://api-errors API error codes

Prompts (4)

Prompt Description
my_tasks Show active tasks with priorities
create_task_wizard Step-by-step task creation
issue_decomposition Decompose issue into subtasks
overdue_report Overdue tasks report

Configuration

Task Presets

Edit config/presets.yaml to define task templates:

presets:
  bug_report:
    name: "Bug report"
    description: "Bug with reproduction steps"
    params:
      type: "bug"
      priority: "critical"
    description_template: |
      ## Steps to reproduce
      {input.steps}
      ## Expected
      {input.expected}
      ## Actual
      {input.actual}
    rules:
      - "Always include reproduction steps"

Team Directory

Edit config/team.yaml to enable smart assignee suggestions:

team:
  - login: "user3370"
    name: "Ivan Ivanov"
    role: "Backend developer"
    areas: ["API", "auth", "databases"]
    queues: ["DEV"]
    notes: "Tech lead"

Query Language Examples

# My open tasks
Assignee: me() Resolution: empty()

# Critical bugs
Type: bug Priority: Critical, Blocker Resolution: empty()

# Overdue tasks
Deadline: <today() Resolution: empty()

# Updated this week
Updated: >today()-1w Queue: DEV

# Tasks in sprint
Sprint: "Sprint 24" Resolution: empty()

Development

git clone https://github.com/keemor/ya-tracker-mcp.git
cd ya-tracker-mcp
uv sync

# Run locally
YA_TRACKER_TOKEN=... YA_TRACKER_ORG_ID=... uv run ya-tracker-mcp

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ya_tracker_mcp-0.3.0.tar.gz (522.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ya_tracker_mcp-0.3.0-py3-none-any.whl (45.0 kB view details)

Uploaded Python 3

File details

Details for the file ya_tracker_mcp-0.3.0.tar.gz.

File metadata

  • Download URL: ya_tracker_mcp-0.3.0.tar.gz
  • Upload date:
  • Size: 522.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.13

File hashes

Hashes for ya_tracker_mcp-0.3.0.tar.gz
Algorithm Hash digest
SHA256 d3f961724977b9dbeb4855182f3f84742405bbe836252a4da9a80b5c495bc3bb
MD5 cb795c63205122b9263909f9e0a5ab15
BLAKE2b-256 eaa068838f39d0eec29a067b70266303dc2fda13c2a55274de3c851a4ff7d88a

See more details on using hashes here.

File details

Details for the file ya_tracker_mcp-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ya_tracker_mcp-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3d74893b98d65495dba0cc0ef5e70f9c7db06d99237b0b4b8df4ec37d9d29edf
MD5 7380a4dec1789ea0e25b578a7cfcc9e8
BLAKE2b-256 b06fbb1272c9ff445a9840357f010c993f17a70b7055541a617c410c127060b4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page