theYahia/yandex-metrika-mcp
MCP server for Yandex Metrika — web analytics, counters, goals, traffic (Russia)
Platform-specific configuration:
{
"mcpServers": {
"yandex-metrika-mcp": {
"command": "npx",
"args": [
"-y",
"yandex-metrika-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Yandex.Metrica API — counters, goals, reports, logs, traffic sources, top pages. 15 tools, OAuth Bearer token auth.
[](https://www.npmjs.com/package/@theyahia/yandex-metrika-mcp) [](https://opensource.org/licenses/MIT)
Part of the Russian API MCP series by @theYahia.
Yandex.Metrica -> Read statistics and counter parameters https://oauth.yandex.ru/authorize?response_type=token&client_id=YOUR_CLIENT_IDaccess_token=...)Add to claude_desktop_config.json:
{
"mcpServers": {
"yandex-metrika": {
"command": "npx",
"args": ["-y", "@theyahia/yandex-metrika-mcp"],
"env": {
"YANDEX_METRIKA_TOKEN": "your_token"
}
}
}
}claude mcp add yandex-metrika -e YANDEX_METRIKA_TOKEN=your_token -- npx -y @theyahia/yandex-metrika-mcpYANDEX_METRIKA_TOKEN=your_token npx @theyahia/yandex-metrika-mcp --http --port=3000Endpoint: POST http://localhost:3000/mcp Health check: GET http://localhost:3000/health
Use smithery.yaml from the repository. Requires YANDEX_METRIKA_TOKEN.
| Variable | Required | Description | |----------|----------|-------------| | YANDEX_METRIKA_TOKEN | Yes | OAuth 2.0 Bearer token from Yandex OAuth |
| Tool | Description | |------|-------------| | `list_counte
Loading reviews...