mcpbeat Sign in

Yandex Metrica MCP Server

local only

Yandex Metrica MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from npm. Last commit 21 Aug 2026.

MCP server for Yandex Metrica API: list counters, goals and pull web-analytics statistics.

Installs per day peak 37 · avg 12 · +3% w/w
a month agotoday
96
Installs / week
npm · mcp-yandex-metrica
2
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Yandex Metrica MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-yandex-metrica -- npx -y mcp-yandex-metrica
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-yandex-metrica": {
      "args": [
        "-y",
        "mcp-yandex-metrica"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-yandex-metrica]
command = "npx"
args = ["-y", "mcp-yandex-metrica"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-yandex-metrica": {
      "args": [
        "-y",
        "mcp-yandex-metrica"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-yandex-metrica": {
      "args": [
        "-y",
        "mcp-yandex-metrica"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YANDEX_METRIKA_TOKEN (Yandex Metrica OAuth token (scope metrika:read) — read access to analytics data. Treat it as a secret. Optional: without it the server starts anyway and connects through the in-chat login (start_login / finish_login).), YANDEX_METRIKA_OAUTH_CLIENT_ID (ClientID of your own Yandex OAuth app for the in-chat login. Defaults to the Ask Ads app scoped to metrika:read.), YANDEX_METRIKA_COUNTER_ID (Default Metrica counter id, used when a tool call omits counterId.), YANDEX_METRIKA_LANG (Language for API responses (ru, en, ...).), YANDEX_METRIKA_API_BASE (API root host. Override only for a proxy or a non-default endpoint.), YANDEX_METRIKA_TIMEOUT_MS (Per-request timeout in milliseconds.), YANDEX_METRIKA_MAX_RETRIES (Max retries for transient errors (429 rate limit, 5xx on reads).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Yandex Metrica MCP

same job, measured the same way
Yandex Metrika
by dontsovcmc

MCP server for Yandex Metrika API — counters, goals, reports, segments, logs

98 installs/wk local only
SEO Tools: Yandex.Metrica
by antohins

MCP server for Yandex.Metrica Stat API (read-only).

88 installs/wk local only
Duplicacy MCP
by geiserx

MCP server for Duplicacy — monitor backup status and Prometheus metrics

41 installs/wk local only
MCP Victoriametrics
by victoriametrics

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
MCP Victoriametrics
by victoriametrics-community

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
Startup Finance Metrics
by mayanktalwar0

An MCP server for analyzing startup financial health and generating metrics reports locally.

109 installs/wk local only
Lighthouse MCP
by priyankark

MCP server for Google Lighthouse performance metrics

1 738 installs/wk local only
Cronometer
by cphoskins

MCP server for Cronometer — food logs, macros, fasting, biometrics, and recurring foods

333 installs/wk local only

Yandex Metrica MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Yandex Metrica MCP?
Yandex Metrica MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-yandex-metrica was installed 96 times last week.
How do I connect Yandex Metrica MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-yandex-metrica straight from npm; nothing to host, nothing to sign up for.
How many people use Yandex Metrica MCP?
The npm package mcp-yandex-metrica was installed 96 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Yandex Metrica MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.