MCP Catalogs
Home

yandex-tracker-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

yandex-tracker-mcp
by aikts
time
by modelcontextprotocol
Stars★ 73★ 85,748
30d uses
Score4877
Official
Categories
ProductivityDeveloper ToolsCommunication
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit1 mo agothis month

yandex-tracker-mcp · Summary

An MCP server providing full Yandex Tracker API integration with OAuth2 support and caching capabilities.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

yandex-tracker-mcp · Use cases

  • AI assistant managing Yandex Tracker issues through natural language commands
  • Development team automating issue tracking workflows via AI
  • Product managers querying ticket data and generating reports using AI

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

yandex-tracker-mcp · Install

Installation

  1. **Using uvx (Recommended)**
uvx yandex-tracker-mcp@latest
  1. **Using Docker**
docker run --rm -i ghcr.io/aikts/yandex-tracker-mcp:latest
  1. **Claude Desktop Configuration**
{
  "mcpServers": {
    "yandex-tracker": {
      "command": "uvx",
      "args": ["yandex-tracker-mcp@latest"],
      "env": {
        "TRACKER_TOKEN": "your_tracker_token_here",
        "TRACKER_CLOUD_ORG_ID": "your_cloud_org_id_here",
        "TRACKER_ORG_ID": "your_org_id_here"
      }
    }
  }
}

Required Environment Variables

  • TRACKER_TOKEN - Your Yandex Tracker OAuth token
  • TRACKER_IAM_TOKEN - IAM token (alternative)
  • TRACKER_CLOUD_ORG_ID or TRACKER_ORG_ID - Your organization ID

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.