Odel
yandex tracker mcp

yandex tracker mcp

Local
@aponkratov1PythonApache-2.0Updated 1mo ago

MCP server for Yandex Tracker API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/aponkratov/yandex-tracker-mcp:0.8.2

Run

docker run -i --rm ghcr.io/aponkratov/yandex-tracker-mcp:0.8.2

MCP client config

{
  "mcpServers": {
    "yandex-tracker-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aponkratov/yandex-tracker-mcp:0.8.2"
      ]
    }
  }
}