What is the yandex-metrika-mcp MCP server?
MCP server for Yandex Metrika — web analytics, counters, goals, traffic (Russia)
How to install yandex-metrika-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"yandex-metrika-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/yandex-metrika-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"yandex-metrika-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/yandex-metrika-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"yandex-metrika-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/yandex-metrika-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"yandex-metrika-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/yandex-metrika-mcp"
]
}
}
}Claude Code
claude mcp add yandex-metrika-mcp -- npx -y @theyahia/yandex-metrika-mcpRelated MCP servers
MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)
View repository →MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.
View repository →MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.
View repository →MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.
View repository →MCP server for Calltouch API — call tracking, call statistics. Token auth.
View repository →MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion.
View repository →