mcpbeat Sign in

SEO Tools: Yandex.Metrica MCP Server

local only

SEO Tools: Yandex.Metrica runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from npm. Last commit 1 Sep 2026.

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

Installs per day peak 536 · avg 43 · +12% w/w
a month agotoday
88
Installs / week
npm · seo-tools-mcp-metrika
3
Stars
1 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check SEO Tools: Yandex.Metrica 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 seo-tools-mcp-metrika -- npx -y seo-tools-mcp-metrika
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seo-tools-mcp-metrika": {
      "args": [
        "-y",
        "seo-tools-mcp-metrika"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.seo-tools-mcp-metrika]
command = "npx"
args = ["-y", "seo-tools-mcp-metrika"]
.cursor/mcp.json
{
  "mcpServers": {
    "seo-tools-mcp-metrika": {
      "args": [
        "-y",
        "seo-tools-mcp-metrika"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "seo-tools-mcp-metrika": {
      "args": [
        "-y",
        "seo-tools-mcp-metrika"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YANDEX_OAUTH_TOKEN (Yandex OAuth token (shared Webmaster + Metrica); or obtain via metrika_oauth_start.), METRIKA_COUNTER_ID (Default Yandex.Metrica counter ID.), METRIKA_OAUTH_TOKEN (Dedicated Metrica token (overrides the shared one; usually not needed).), YANDEX_CLIENT_ID (Yandex OAuth app client ID (for interactive auth and token refresh).), YANDEX_CLIENT_SECRET (Yandex OAuth app client secret.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SEO Tools: Yandex.Metrica

same job, measured the same way
Yandex Metrica MCP
by askads

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

96 installs/wk local only
Yandex Metrika
by dontsovcmc

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

98 installs/wk local only
entraadm MCP
by shigechika

MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)

77 installs/wk local only
Quellgeist Metrics
by rajeev-shyam

Read-only MCP server: query_metrics over local metric time-series (Quellgeist triage).

91 installs/wk local only
Logmcp
by kascada

MCP server — read-only log access for AI assistants, without giving AI shell access.

local only
Duplicacy MCP
by geiserx

MCP server for Duplicacy — monitor backup status and Prometheus metrics

41 installs/wk local only
I
AWS Spapi MCP
by cesarobedfl

MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates

51 installs/wk local only
Agentguard47
by bmdhodl

Read-only MCP server for coding-agent traces, alerts, costs, usage, and budget health.

35 installs/wk local only

SEO Tools: Yandex.Metrica — questions

Answers built from our own checks of this server.

Why is there no uptime for SEO Tools: Yandex.Metrica?
SEO Tools: Yandex.Metrica 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 seo-tools-mcp-metrika was installed 88 times last week.
How do I connect SEO Tools: Yandex.Metrica?
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 seo-tools-mcp-metrika straight from npm; nothing to host, nothing to sign up for.
How many people use SEO Tools: Yandex.Metrica?
The npm package seo-tools-mcp-metrika was installed 88 times in the last week. Week over week that is +12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SEO Tools: Yandex.Metrica open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.