mcpbeat Sign in

Yandex Analytics MCP Server

local only

Yandex Analytics runs on your own machine — the client starts it, so there is no endpoint to ping. 308 installs a week from pypi. Last commit 4 Sep 2026.

Read-only Yandex analytics for AI agents: Metrika, Webmaster, Direct and Wordstat.

308
Installs / week
pypi · yandex-mcp
1
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

        result = subprocess.run(
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.

        result = subprocess.run(

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Yandex Analytics and you get told the day something new turns up.

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

Alternatives to Yandex Analytics

same job, measured the same way
yandex-metrika-mcp
by theyahia

MCP server for Yandex Metrika — web analytics, counters, goals, traffic (Russia)

51 installs/wk local only
Marketscore Direct MCP
by marketscore

MCP for Yandex Direct: manage ad campaigns & analytics from Claude or ChatGPT

answering
Yandex Metrica MCP
by askads

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

81 installs/wk local only
MCP Clickhouse
by infoinlet-marketplace

Read-only ClickHouse for AI agents — analytics queries, table inspection, sizes, health.

24 installs/wk local only
Yandex Metrica MCP
by boxlab-ltd

Query Yandex Metrica analytics — reports, trends, metadata and raw log exports — via an AI agent.

162 installs/wk local only
redirect.pizza
by redirect

Manage URL redirects, domains, email forwards, and analytics on redirect.pizza.

answering
Analytics
by zenovay

Real-time web analytics for AI agents: query traffic, funnels, revenue, and manage your sites.

answering
Convalytics
by dan-cleary

Read-only analytics for Convex apps, queryable via MCP from Claude, Cursor, and other clients.

15 tools answering

Yandex Analytics — questions

Answers built from our own checks of this server.

Why is there no uptime for Yandex Analytics?
Yandex Analytics 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 yandex-mcp was installed 308 times last week.
How do I connect Yandex Analytics?
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-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Yandex Analytics?
The pypi package yandex-mcp was installed 308 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 Analytics open source?
Yes — it is published under the MIT licence, written in Python and 1 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.