In-depth architectural comparison of the Yandex Tracker MCP and Zendesk MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Yandex Tracker MCP
Support & Service Management · Local stdio
Quality: 60/100 (Good) | Auth: API Key required
Zendesk MCP
Support & Service Management · Local stdio
Quality: 51/100 (Good) | Auth: OAuth 2.0
Verdict Summary: Choose Yandex Tracker MCP if you need specialized Support & Service Management tools running via a local process. Choose Zendesk MCP if your workspace requires Support & Service Management integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Yandex Tracker MCP when:
You need dedicated capabilities in the Support & Service Management domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (Free / Open Source).
You have access to required keys: TRACKER_TOKEN, TRACKER_IAM_TOKEN, TRACKER_SA_KEY_ID, TRACKER_SA_SERVICE_ACCOUNT_ID, TRACKER_SA_PRIVATE_KEY, TRACKER_CLOUD_ORG_ID, TRACKER_ORG_ID.
MCP Server for Yandex Tracker. Provides tools for searching and retrieving information about issues, queues, users.
MCP server for Zendesk. Read/write tools for tickets, comments, views, macros, users, groups, organizations, and time tracking; optional Help Center knowledge base and Git-Zen GitLab integration.
Category & Scope
Tools & Capabilities Breakdown
Yandex Tracker MCP Tools (55)
queues_get_all
Every queue the token may see; returns `{values, hits, pages}
queue_get_tags
The tags defined in the queue
queue_get_versions
The queue's versions, with dates and status
queue_get_components
The queue's components as full objects, with lead, auto-assign flag and `version`; `queue_get_metadata` with `expand: ["components"]` gives ids and names only
queue_create_version
Create a version in the queue
queue_get_fields
The fields configured on the queue, local ones included; `schema.required` marks the mandatory ones
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Yandex Tracker MCP is categorized under Support & Service Management and uses a local stdio subprocess. In contrast, Zendesk MCP belongs to Support & Service Management using local stdio subprocess. Select Yandex Tracker MCP when you need capabilities focused on support & service management and Zendesk MCP when you require tools for support & service management.
Name, description, default type and priority, plus whatever `expand` asks for
component_get
One component with `queue`, `lead`, `assignAuto` and `version
component_create
Create a component in a queue
component_update
Change name, description, lead or auto-assign flag; omitted fields keep their value, `clear_lead` removes the lead
component_delete
Delete a component
users_get_all
A page of the organization's users; returns `{values, hits, pages}
+43 more tools listed on main page
Zendesk MCP Tools (29)
zendesk_search_tickets
Search tickets by status, priority, type, assignee, requester, tags, or keyword
zendesk_get_tickets
List tickets with pagination and sorting (page, per_page, sort_by, sort_order)
zendesk_get_ticket
Get one ticket's metadata
zendesk_create_ticket
Create a new ticket (subject, description, optional priority/type/assignee_id/requester_id/tags/custom_fields)
zendesk_update_ticket
Update one or more fields on an existing ticket (status, priority, subject, type, assignee_id, requester_id, group_id, custom_status_id, tags, custom_fields, due_at)
zendesk_get_comments
Get the conversation thread on a ticket
zendesk_list_attachments
List attachments on a ticket
zendesk_download_attachment
Download an attachment to a local cache directory
zendesk_ticket_to_gitlab_context
Format a ticket and its conversation as a Markdown issue draft
zendesk_post_comment
Post a public reply on a ticket
zendesk_post_internal_note
Post an agent-only internal note on a ticket
zendesk_set_ticket_status
Set ticket status (`new`, `open`, `pending`, `hold`, `solved`, `closed`)