Odel
yandex-metrika-mcp

yandex-metrika-mcp

Local
@theyahia1TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@theyahia/yandex-metrika-mcpv2.1.1

Run

npx -y @theyahia/yandex-metrika-mcp

MCP client config

{
  "mcpServers": {
    "yandex-metrika-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/yandex-metrika-mcp"
      ]
    }
  }
}