← Index

io.github.theYahia/yandex-metrika-mcp

io.github.theYahia/yandex-metrika-mcp·v1.0.1·Other
Quality Score
85
/100

MCP server for Yandex.Metrika API — counters, reports, visitors, traffic sources. Bearer token auth

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "yandex-metrika-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/yandex-metrika-mcp"
      ],
      "env": {
        "YANDEX_METRIKA_TOKEN": "<your-yandex_metrika_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "yandex-metrika-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/yandex-metrika-mcp"
      ],
      "env": {
        "YANDEX_METRIKA_TOKEN": "<your-yandex_metrika_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theyahia/yandex-metrika-mcp
§02  Environment variables
YANDEX_METRIKA_TOKEN
requiredsecret

API key

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other