mcpbeat Sign in

Yandex Metrika MCP Server

local only

Yandex Metrika runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from pypi. Last commit 9 May 2026.

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

Installs per day peak 36 · avg 15 · -16% w/w
a month agotoday
98
Installs / week
pypi · mcp-server-yandex-metrika
2
Stars
0 open issues
9 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: YANDEX_METRIKA_TOKEN. The author declared them in the registry entry; get the values from the project itself.

Alternatives to Yandex Metrika

same job, measured the same way
Reddit Ads MCP
by mkerchenski

MCP server for the Reddit Ads API. List accounts, campaigns, ads, and pull reports.

local only
Google Merchant Center MCP
by a1-x-tech

MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.

114 installs/wk local only
Yandex Direct MCP
by ai-hub-open

MCP server for Yandex Direct API: campaigns, ads, keywords, bids, reports. Click.ru or OAuth.

39 installs/wk local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
QuickBooks Online
by wyre-technology

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
QuickBooks Online
by wyre-ai

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
Admob MCP Server
by parksanggwon

MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports

62 installs/wk local only

Yandex Metrika — questions

Answers built from our own checks of this server.

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