Home › Marketing & E-Commerce › Yandex Metrica MCP
Yandex Metrica MCP
MCP server for Yandex Metrica API: list counters, goals and pull web-analytics statistics.
Topics: Marketing
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.4.1)
npx -y mcp-yandex-metrica@1.4.1
Or add to your MCP client config:
{
"mcpServers": {
"mcp-yandex-metrica": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-metrica@1.4.1"
],
"env": {
"YANDEX_METRIKA_TOKEN": "<YOUR_VALUE>",
"YANDEX_METRIKA_OAUTH_CLIENT_ID": "<YOUR_VALUE>",
"YANDEX_METRIKA_COUNTER_ID": "<YOUR_VALUE>",
"YANDEX_METRIKA_LANG": "<YOUR_VALUE>",
"YANDEX_METRIKA_API_BASE": "<YOUR_VALUE>",
"YANDEX_METRIKA_TIMEOUT_MS": "<YOUR_VALUE>",
"YANDEX_METRIKA_MAX_RETRIES": "<YOUR_VALUE>"
}
}
}
}
YANDEX_METRIKA_TOKENsecret — Yandex Metrica OAuth token (scope metrika:read) — read access to analytics data. Treat it as a secret. Optional: without it the server starts anyway and connects through the in-chat login (start_login / finish_login).YANDEX_METRIKA_OAUTH_CLIENT_ID— ClientID of your own Yandex OAuth app for the in-chat login. Defaults to the Ask Ads app scoped to metrika:read.YANDEX_METRIKA_COUNTER_ID— Default Metrica counter id, used when a tool call omits counterId.YANDEX_METRIKA_LANG— Language for API responses (ru, en, ...).YANDEX_METRIKA_API_BASE— API root host. Override only for a proxy or a non-default endpoint.YANDEX_METRIKA_TIMEOUT_MS— Per-request timeout in milliseconds.YANDEX_METRIKA_MAX_RETRIES— Max retries for transient errors (429 rate limit, 5xx on reads).
Related servers
meta-ads-mcp
Meta Ads automation that just works. Trusted by 10,000+ businesses to analyze performance, test creatives, optimize spend, and scale…
facebook-ads-mcp-server
MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.
osp_marketing_tools
A suite of marketing tools from Open Strategy Partners including writing style, editing codes, and product marketing value map creation.
google-tag-manager-mcp-server
This server supports remote MCP connections, includes built-in Google OAuth, and provide an interface to the Google Tag Manager API.
google-ads-mcp-server
MCP server acting as an interface to the Google Ads, enabling programmatic access to Google Ads data and management features.
HitKeep
Stateless 2026-07-28 read-only MCP server for aggregate HitKeep analytics and official docs.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry