yandex-metrica-mcp
Rank #6,237io.github.BoxLab-Ltd/yandex-metrica-mcp
Query Yandex Metrica web analytics — reports, trends and metadata — via an AI agent.
yandex-metrica-mcp is a Model Context Protocol (MCP) server published by boxlab-ltd. It ranks #6,237 of 115,460 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. yandex-metrica-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 16, 2026 and most recently updated on Jun 17, 2026.
Ranks ahead of 109,223 of 115,460 servers on MCP Toplist.
Use yandex-metrica-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add yandex-metrica-mcp -e "YANDEX_METRIKA_TOKEN=<your YANDEX_METRIKA_TOKEN>" -e "YANDEX_METRIKA_COUNTER_ID=<your YANDEX_METRIKA_COUNTER_ID>" -- npx -y yandex-metrica-mcpReplace each placeholder with your own value before saving.
[mcp_servers.yandex-metrica-mcp]
command = "npx"
args = ["-y", "yandex-metrica-mcp"]
[mcp_servers.yandex-metrica-mcp.env]
YANDEX_METRIKA_TOKEN = "<your YANDEX_METRIKA_TOKEN>"
YANDEX_METRIKA_COUNTER_ID = "<your YANDEX_METRIKA_COUNTER_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-metrica-mcp": {
"command": "npx",
"args": [
"-y",
"yandex-metrica-mcp"
],
"env": {
"YANDEX_METRIKA_TOKEN": "<your YANDEX_METRIKA_TOKEN>",
"YANDEX_METRIKA_COUNTER_ID": "<your YANDEX_METRIKA_COUNTER_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-metrica-mcp": {
"command": "npx",
"args": [
"-y",
"yandex-metrica-mcp"
],
"env": {
"YANDEX_METRIKA_TOKEN": "<your YANDEX_METRIKA_TOKEN>",
"YANDEX_METRIKA_COUNTER_ID": "<your YANDEX_METRIKA_COUNTER_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"yandex-metrica-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yandex-metrica-mcp"
],
"env": {
"YANDEX_METRIKA_TOKEN": "<your YANDEX_METRIKA_TOKEN>",
"YANDEX_METRIKA_COUNTER_ID": "<your YANDEX_METRIKA_COUNTER_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-metrica-mcp": {
"command": "npx",
"args": [
"-y",
"yandex-metrica-mcp"
],
"env": {
"YANDEX_METRIKA_TOKEN": "<your YANDEX_METRIKA_TOKEN>",
"YANDEX_METRIKA_COUNTER_ID": "<your YANDEX_METRIKA_COUNTER_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-metrica-mcp": {
"command": "npx",
"args": [
"-y",
"yandex-metrica-mcp"
],
"env": {
"YANDEX_METRIKA_TOKEN": "<your YANDEX_METRIKA_TOKEN>",
"YANDEX_METRIKA_COUNTER_ID": "<your YANDEX_METRIKA_COUNTER_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.BoxLab-Ltd%2Fyandex-metrica-mcp)<a href="https://mcptoplist.com/server/io.github.BoxLab-Ltd%2Fyandex-metrica-mcp"><img src="https://mcptoplist.com/badge/io.github.BoxLab-Ltd%2Fyandex-metrica-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
boxlab-ltd
Other servers by boxlab-ltd
View all boxlab-ltd servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Jun 17, 2026 |
| 0.1.1 | Jun 16, 2026 |
Frequently asked questions
- Who maintains yandex-metrica-mcp?
- yandex-metrica-mcp is maintained by boxlab-ltd, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is yandex-metrica-mcp listed on the Official MCP Registry?
- Yes — yandex-metrica-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does yandex-metrica-mcp have?
- MCP Toplist tracks 2 versions of yandex-metrica-mcp, most recently published on Jun 17, 2026.
- Where can I find the source code for yandex-metrica-mcp?
- The source code for yandex-metrica-mcp is hosted at github.com/boxlab-ltd/yandex-metrica-mcp.