Releases: Rezlazy/yandex-metrika-mcp
Releases · Rezlazy/yandex-metrika-mcp
Release list
v0.2.1
Summary
GitHub-only release — no npm registry required.
- Install via
npx github:Rezlazy/yandex-metrika-mcp#v0.2.1 preparescript buildsdist/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
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
- 6 report tools (
- Cursor / MCP stdio server with
METRIKA_TOKENauth - Automated npm publish via GitHub Actions
Install
npx @rezlazy/yandex-metrika-mcpOr add to Cursor MCP config — see README.