Yandex Tracker MCP Server
Related Servers
Alternatives to Yandex Tracker MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Yandex Tracker through its API for managing tasks, comments, and attachments. It supports issue searching, status transitions, and metadata retrieval for automated project management.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Yandex.Tracker task management system through MCP protocol. Supports creating and managing issues, searching tasks, handling comments, managing projects and queues, and generating analytics reports.-
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to manage Yandex Tracker tasks with tools for creating, reading, updating, and transitioning issues via a Streamable HTTP endpoint.-
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with JetBrains YouTrack for issue, project, and user management through natural language.1-
- FlicenseAqualityDmaintenanceExposes Yandex Tracker's REST API v3 as tools for LLM clients, enabling issue management and queue operations via natural language.21-
- AlicenseNot gradedqualityCmaintenanceMCP server for Yandex Tracker API, enabling AI assistants to search, read, create, and edit issues, as well as manage comments, attachments, and links in Yandex Tracker.22 npm1MIT
TDQS
Scored across 56 tools
Most tools are clearly separated by resource (issue, queue, component, board, user, comment, worklog, checklist) and action (get, create, update, delete, add, find). Some potential confusion exists between queue_get_components and component_get, or between issue_get and issues_find, but descriptions clarify the distinction well.
The naming pattern is mostly consistent: resource_action (e.g., issue_get, issue_create, component_delete, queue_get_versions). Minor deviations exist: issues_find and issues_count use plural resource, and issue_templates_get_all vs issue_template_get are slightly inconsistent, but overall the pattern is predictable.
56 tools is a large surface for a single MCP server, but Yandex Tracker is a broad platform covering issues, queues, components, boards, sprints, users, comments, worklogs, checklists, templates, and metadata. The count is heavy but each tool maps to a distinct operation; still, it exceeds the typical well-scoped range.
The tool set provides comprehensive CRUD and lifecycle coverage for issues, comments, worklogs, checklist items, components, and links, plus metadata discovery (fields, statuses, priorities, resolutions, templates, users, boards, sprints). The only minor gap is lack of direct issue deletion or board/queue creation, but those are rarely needed and the surface is otherwise complete.