Skip to main content

Yandex Tracker MCP

Small stdio MCP server for Yandex Tracker. It exposes tools for reading, searching, creating, updating, commenting on, transitioning, and linking Tracker issues, plus read-only reference lookups (queues, users, statuses, types, priorities, fields, versions, components).

Usage with Codex

Add the server to ~/.codex/config.toml:

[mcp_servers.yandex-tracker]
command = "uvx"
args = ["mcp-yandex-tracker"]

[mcp_servers.yandex-tracker.env]
YANDEX_TRACKER_TOKEN = "..."
YANDEX_TRACKER_CLOUD_ORG_ID = "..."

To run the latest unreleased code straight from source instead, replace the args line with:

args = ["--from", "git+https://github.com/kawaii-snafy/mcp-yandex-tracker.git", "mcp-yandex-tracker"]

For a non-cloud organization, use YANDEX_TRACKER_ORG_ID instead of YANDEX_TRACKER_CLOUD_ORG_ID.

Restart Codex after changing the config. The server exposes tools named tracker_*, such as tracker_get_issue, tracker_search_issues, and tracker_add_comment.

Usage with Claude Code

Add the server with the Claude Code CLI:

claude mcp add --transport stdio \
  --env YANDEX_TRACKER_TOKEN="..." \
  --env YANDEX_TRACKER_CLOUD_ORG_ID="..." \
  yandex-tracker \
  -- uvx mcp-yandex-tracker

For a non-cloud organization, use --env YANDEX_TRACKER_ORG_ID="..." instead of YANDEX_TRACKER_CLOUD_ORG_ID.

Verify the Claude Code registration:

claude mcp list
claude mcp get yandex-tracker

Inside Claude Code, use /mcp to check the server connection and tools.

Environment

Required:

  • YANDEX_TRACKER_TOKEN: OAuth or IAM token.
  • One organization id: YANDEX_TRACKER_CLOUD_ORG_ID for cloud organizations or YANDEX_TRACKER_ORG_ID for non-cloud organizations.

Optional:

  • YANDEX_TRACKER_AUTH_SCHEME: OAuth by default. Use Bearer for IAM tokens.
  • YANDEX_TRACKER_BASE_URL: https://api.tracker.yandex.net by default.
  • YANDEX_TRACKER_TIMEOUT: 30 by default.

Verify locally

Run the MCP server and ask for its tool list. MCP requires the initialize handshake before any other request, so send it (and the initialized notification) first:

printf '%s\n' \
  '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-11-25","capabilities":{},"clientInfo":{"name":"probe","version":"1"}}}' \
  '{"jsonrpc":"2.0","method":"notifications/initialized"}' \
  '{"jsonrpc":"2.0","id":2,"method":"tools/list"}' \
| YANDEX_TRACKER_TOKEN="..." YANDEX_TRACKER_CLOUD_ORG_ID="..." uvx mcp-yandex-tracker

The second response line should be a JSON-RPC object with tracker_* tools. The server is stdio-only, so stdout is reserved for MCP JSON-RPC messages (logs go to stderr).

Documentation

Deeper docs live in docs/:

Development

git clone git@github.com:kawaii-snafy/mcp-yandex-tracker.git
cd mcp-yandex-tracker
python3 -m venv .venv
.venv/bin/python -m pip install -e .
python3 -m unittest discover -s tests

Download files

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

Source Distribution

mcp_yandex_tracker-0.6.1.tar.gz (22.1 kB view details)

Uploaded Source

Built Distribution

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

mcp_yandex_tracker-0.6.1-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

Details for the file mcp_yandex_tracker-0.6.1.tar.gz.

File metadata

  • Download URL: mcp_yandex_tracker-0.6.1.tar.gz
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for mcp_yandex_tracker-0.6.1.tar.gz
Algorithm Hash digest
SHA256 28be5b8025b252cdcf25a9b1c767a9b3928719009f6902fc76153c226065a1cb
MD5 1e2a7fdb0b12489ba875e8f71cea69b8
BLAKE2b-256 a08e396a8cbd06ce05f53a8456fe11142e6d6b3de8eee305e09587ecfd0148f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_yandex_tracker-0.6.1.tar.gz:

Publisher: publish.yml on kawaii-snafy/mcp-yandex-tracker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mcp_yandex_tracker-0.6.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_yandex_tracker-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0ca1174e0e4264295c7cbaeb5e5473959ea720d59c5277098f9bd5e7f561d4c6
MD5 ae920be44a1d919bc5cd1ac9db49c2fd
BLAKE2b-256 7a0c1da251f7ecd4b3b4b1b1059392766bba251e8b9d26844ce4f899c90bb0b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_yandex_tracker-0.6.1-py3-none-any.whl:

Publisher: publish.yml on kawaii-snafy/mcp-yandex-tracker

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.6.2

2 files

This release

0.6.1 This release

2 files

0.6.0

2 files

0.5.0

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page