Back to MCP Servers
🔌

aikts/yandex-tracker-mcp

Apache-2.0API key required

🐍 ☁️ 🏠 - MCP Server for Yandex Tracker. Provides tools for searching and retrieving information about issues, queues, users.

PythonSearch

Install

uvx yandex-tracker-mcp

Required environment variables

TRACKER_TOKENSet in your MCP config
TRACKER_IAM_TOKENSet in your MCP config
TRACKER_SA_KEYSet in your MCP config
TRACKER_SA_PRIVATE_KEYSet in your MCP config
OAUTH_CLIENT_SECRETSet in your MCP config
OAUTH_ENCRYPTION_KEYSet in your MCP config
OAUTH_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "aikts-yandex-tracker-mcp": {
      "command": "uvx",
      "args": [
        "yandex-tracker-mcp"
      ],
      "env": {
        "TRACKER_TOKEN": "<YOUR_TRACKER_TOKEN>",
        "TRACKER_IAM_TOKEN": "<YOUR_TRACKER_IAM_TOKEN>",
        "TRACKER_SA_KEY": "<YOUR_TRACKER_SA_KEY>",
        "TRACKER_SA_PRIVATE_KEY": "<YOUR_TRACKER_SA_PRIVATE_KEY>",
        "OAUTH_CLIENT_SECRET": "<YOUR_OAUTH_CLIENT_SECRET>",
        "OAUTH_ENCRYPTION_KEY": "<YOUR_OAUTH_ENCRYPTION_KEY>",
        "OAUTH_TOKEN": "<YOUR_OAUTH_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.