yandex-metrika-mcp for Cursor
io.github.theyahia/yandex-metrika-mcp
MCP server for Yandex Metrika — web analytics, counters, goals, traffic (Russia)
client:Cursor
transport:stdio
runtime:npm
Install yandex-metrika-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"yandex-metrika-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/yandex-metrika-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs