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 | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this 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
- **Using uvx (Recommended)**
uvx yandex-tracker-mcp@latest- **Using Docker**
docker run --rm -i ghcr.io/aikts/yandex-tracker-mcp:latest- **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 tokenTRACKER_IAM_TOKEN- IAM token (alternative)TRACKER_CLOUD_ORG_IDorTRACKER_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"]
}
}
}