Skip to main content

MCP stdio server for Yandex Tracker

Project description

Yandex Tracker MCP

Small stdio MCP server for Yandex Tracker. It exposes tools for reading, searching, creating, updating, commenting on, and transitioning Tracker issues.

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:

YANDEX_TRACKER_TOKEN="..." YANDEX_TRACKER_CLOUD_ORG_ID="..." \
  uvx mcp-yandex-tracker <<<'{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

The response should be a JSON-RPC object with tracker_* tools. The server is stdio-only, so stdout is reserved for MCP JSON-RPC messages.

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

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

mcp_yandex_tracker-0.1.0.tar.gz (10.9 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.1.0-py3-none-any.whl (9.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for mcp_yandex_tracker-0.1.0.tar.gz
Algorithm Hash digest
SHA256 39991642f9919f09e485115d9d21a5e53df57220494c129e39f77fa8cf4f4599
MD5 4fdee6628f38e3be0fb72df32fa72c58
BLAKE2b-256 bffccd0f6ad4741eace9cf922f4a6d59fdcf71a555ffc7749eb121a7ecc21743

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_yandex_tracker-0.1.0.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.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_yandex_tracker-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 72ee466d7934b4007524968e1f16b2a89e1f189cde3b32a48d30c60b45ce56a2
MD5 cc96cf9af9f509f50553e98fe4a2b42d
BLAKE2b-256 6c6822d357fac48852e5dcbac2484e850c70b74d026f38f564908cb7c893fe30

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_yandex_tracker-0.1.0-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.

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