Yandex Metrica MCP

Ask your Yandex Metrica analytics in plain language - from Claude, Cursor, or any MCP client. It runs locally over stdio via the published package.

People who work with analytics, metrika and seo and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 13 · #21 OF 81 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Yandex Metrica MCP

before you install - you'll need

Set YANDEX_METRIKA_COUNTER_ID before connecting.

Claude Code

claude mcp add boxlab-ltd-yandex-metrica-mcp -- npx -y yandex-metrica-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "boxlab-ltd-yandex-metrica-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yandex-metrica-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package yandex-metrica-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.BoxLab-Ltd is GitHub-verified and matches the repo owner

03 · What Yandex Metrica MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.0 · 2026-07-21

describe_counter - read a counter's configuration - a new tool returns one counter's settings, goals, segments, filters, operations and grants, chosen with an include param. It finally exposes goal ids, so conversion…

v0.2.0 · 2026-07-13

Logs API - raw, un-sampled row export - four new tools (logs_request, logs_status, logs_download, logs_clean) expose the raw session (visits) and hit (hits) rows the aggregate Reporting API can't return. The async…

v0.1.3 · 2026-06-17

E-commerce revenue metrics - the catalog shipped revenue metric ids without the required <currency> token, so every e-commerce revenue query failed with "incorrectly specified metric" (4002). They now use…

04 · Who maintains Yandex Metrica MCP

yandex-metrica-mcp is maintained by boxlab-ltd. We track 2 MCP servers from boxlab-ltd - 2 actively maintained, 16 combined GitHub stars, oldest repo from Jun 2026. Full record: all servers from boxlab-ltd.

  1. yandex-webmaster-mcp Query Yandex Webmaster indexing, queries, diagnostics and backlinks, and recrawl, via an AI agent. ★ 3

05 · Facts

category
data & analytics - ranked #21 of 81 actively-maintained data & analytics servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-07-21)
registry
io.github.BoxLab-Ltd/yandex-metrica-mcp (active, first published 2026-06-16 · 5 versions)
packages
npm:yandex-metrica-mcp

06 · Yandex Metrica MCP FAQ

What is Yandex Metrica MCP?

Ask your Yandex Metrica analytics in plain language - from Claude, Cursor, or any MCP client. It runs locally over stdio via the published package.

Is Yandex Metrica MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Yandex Metrica MCP?

Run `npx -y yandex-metrica-mcp`. The README documents one environment variable (YANDEX_METRIKA_COUNTER_ID) to set first. Set YANDEX_METRIKA_COUNTER_ID before connecting. You can also paste the ready-made client config above.

Does Yandex Metrica MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Yandex Metrica MCP