PluginBench
MCP Server
Active
Apache-2.0

io.github.APonkratov/yandex-tracker-mcp MCP Server

io.github.APonkratov/yandex-tracker-mcp

What is the io.github.APonkratov/yandex-tracker-mcp MCP server?

MCP server for Yandex Tracker API.

How to install io.github.APonkratov/yandex-tracker-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yandex-tracker-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aponkratov/yandex-tracker-mcp:0.8.2"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "yandex-tracker-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aponkratov/yandex-tracker-mcp:0.8.2"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "yandex-tracker-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aponkratov/yandex-tracker-mcp:0.8.2"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "yandex-tracker-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/aponkratov/yandex-tracker-mcp:0.8.2"
      ]
    }
  }
}
Claude Code
claude mcp add yandex-tracker-mcp -- docker run -i --rm ghcr.io/aponkratov/yandex-tracker-mcp:0.8.2

Related MCP servers

Yet Another Yandex Wiki MCP Server.