
Yandex Tracker Mcp
Let your coding agent create issues, update queues, and manage Yandex Tracker work items without leaving the editor.
Overview
Yandex Tracker MCP is a Build-phase MCP server that connects coding agents to the Yandex Tracker API for issue and queue operations.
What is this MCP server?
- Stdio MCP over the official Yandex Tracker API
- Ship via PyPI (yandex-tracker-mcp) or OCI image ghcr.io/aikts/yandex-tracker-mcp
- Version 0.7.1 with schema-aligned server metadata
- Fits agents that draft specs and need executable ticket updates
- Pairs with Claude Code, Cursor, and other MCP hosts
- Server version 0.7.1
- Stdio transport
- PyPI package identifier yandex-tracker-mcp
What problem does it solve?
Switching between your agent session and Yandex Tracker breaks flow when you only wanted to log or update a ticket.
Who is it for?
Solo builders and tiny teams on Yandex Tracker who want MCP-native ticket updates from Claude Code or Cursor.
Skip if: Teams on Jira, Linear, or GitHub Issues only, or anyone without Yandex Tracker credentials and API access.
What do I get? / Deliverables
After registration, your agent can invoke Tracker-backed tools over stdio so task state stays aligned with the code you are shipping.
- Registered stdio MCP server entry in your agent config
- Agent-callable tools backed by Yandex Tracker API
- Ticket operations without leaving the coding workflow
Recommended MCP Servers
Journey fit
Issue and sprint tracking sit in the Build phase under project management—the canonical shelf for Tracker-style tooling in a solo ship loop. PM subphase covers backlog, tasks, and delivery coordination where Tracker is the system of record.
How it compares
Tracker API bridge via MCP—not a standalone PM skill or generic browser automation.
Common Questions / FAQ
Who is Yandex Tracker MCP for?
Indie developers and small squads that use Yandex Tracker and want their AI coding agent to manage issues through MCP instead of manual UI work.
When should I use Yandex Tracker MCP?
Use it during Build and Operate when you are creating, updating, or querying Tracker items while implementing features or fixing production bugs.
How do I add Yandex Tracker MCP to my agent?
Install yandex-tracker-mcp from PyPI or run the ghcr.io/aikts/yandex-tracker-mcp OCI image with stdio transport, configure Yandex API credentials per the server docs, and register the server in Claude Code, Cursor, or another MCP client.