mcpbeat Sign in

Yandex Metrika MCP Server

local only

Yandex Metrika MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 199 installs a week from npm. Last commit 15 Sep 2026.

Полное покрытие API Яндекс Метрики: Stat, Management и Logs — 108 методов, 108 инструментов

Installs per day peak 517 · avg 17
a month agotoday
199
Installs / week
npm · yandex-metrika-mcp-server
1
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command tools/mcp-client.mjs:21
    this.#child = spawn(command, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 yandex-metrika-mcp-server -- npx -y yandex-metrika-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yandex-metrika-mcp-server": {
      "args": [
        "-y",
        "yandex-metrika-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yandex-metrika-mcp-server]
command = "npx"
args = ["-y", "yandex-metrika-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "yandex-metrika-mcp-server": {
      "args": [
        "-y",
        "yandex-metrika-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yandex-metrika-mcp-server": {
      "args": [
        "-y",
        "yandex-metrika-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YANDEX_API_KEY (OAuth-токен Яндекса с доступом к Метрике. Без него сервер не стартует.), METRIKA_PROFILE (Какая часть каталога объявляется: core (10 инструментов, умолчание), read (51 читающий), all (все 108).), METRIKA_ALLOW_WRITES (1 разрешает и объявляет 57 инструментов, меняющих данные. Пока не задана — их нет в tools/list вовсе.), METRIKA_TOOLS (Своя выборка инструментов через запятую: раздел (stat, logs, management), префикс имени или точное имя. Задана — побеждает METRIKA_PROFILE.), METRIKA_TRAFFIC_FILTER (Условие сегментации, которое добавляется к отчётам Stat. По умолчанию ym:s:isRobot=='no'.), METRIKA_MAX_OUTPUT_CHARS (Потолок длины ответа одного вызова в символах. По умолчанию 120000.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Yandex Metrika MCP Server

same job, measured the same way
Bulwark
by bpolania

AI agent governance: content scanning, audit logs, policy evaluation, session management.

local only
Scalingo
by usefulapi

Manage Scalingo PaaS apps, deployments, containers, logs and env vars from your AI assistant.

21 tools answering
Sslwebsites
by jyswee

SSL certificate management for coding agents. Issue, renew, monitor certs. 10 tools stdio.

35 installs/wk local only
Vercel
by pulsemcp

MCP server for Vercel — manage deployments and view build and runtime application logs.

102 installs/wk local only
Fly Io
by pulsemcp

MCP server for managing Fly.io machines, apps, logs, and Docker images.

65 installs/wk local only
Instatus
by usefulapi

Manage status pages: components, incidents and maintenances; set live component status.

14 tools answering
Fadehost
by fadehost

Manage FadeHost game servers, Discord bots and VPS: console, stats, backups, logs, lifecycle.

23 tools answering
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

602 installs/wk local only

Yandex Metrika MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Yandex Metrika MCP Server?
Yandex Metrika MCP Server 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 yandex-metrika-mcp-server was installed 199 times last week.
How do I connect Yandex Metrika MCP Server?
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 yandex-metrika-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Yandex Metrika MCP Server?
The npm package yandex-metrika-mcp-server was installed 199 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Yandex Metrika MCP Server open source?
We cannot say either way: written in JavaScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.