Skip to content

Releases: Rezlazy/yandex-metrika-mcp

Release list

v0.2.1

Choose a tag to compare

@Rezlazy Rezlazy released this 26 Aug 22:25

Summary

GitHub-only release — no npm registry required.

  • Install via npx github:Rezlazy/yandex-metrika-mcp#v0.2.1
  • prepare script builds dist/ automatically on install
  • Removed npm publish workflow

Cursor config

{
  "mcpServers": {
    "yandex-metrika": {
      "command": "npx",
      "args": ["-y", "github:Rezlazy/yandex-metrika-mcp#v0.2.1"],
      "env": {
        "METRIKA_TOKEN": "<your-oauth-token>"
      }
    }
  }
}

v0.2.0

Choose a tag to compare

@Rezlazy Rezlazy released this 26 Aug 22:24

Summary

First public release of @rezlazy/yandex-metrika-mcp.

  • 68 MCP tools for Yandex Metrika:
    • 6 report tools (stat_*) — table, time series, drill-down, comparison, pivot
    • 62 management tools (mgmt_*) — counters, goals, filters, grants, segments, labels, and more
  • Cursor / MCP stdio server with METRIKA_TOKEN auth
  • Automated npm publish via GitHub Actions

Install

npx @rezlazy/yandex-metrika-mcp

Or add to Cursor MCP config — see README.