Skip to content
Cursor

SEO Tools: Yandex.Metrica for Cursor

io.github.antohins/seo-tools-mcp-metrika

MCP server for Yandex.Metrica Stat API (read-only).

client:Cursor transport:stdio runtime:npm

Install SEO Tools: Yandex.Metrica in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "seo-tools-mcp-metrika": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "seo-tools-mcp-metrika"
      ],
      "env": {
        "YANDEX_OAUTH_TOKEN": "<YANDEX_OAUTH_TOKEN>",
        "METRIKA_COUNTER_ID": "<METRIKA_COUNTER_ID>",
        "METRIKA_OAUTH_TOKEN": "<METRIKA_OAUTH_TOKEN>",
        "YANDEX_CLIENT_ID": "<YANDEX_CLIENT_ID>",
        "YANDEX_CLIENT_SECRET": "<YANDEX_CLIENT_SECRET>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SEO Tools: Yandex.Metrica in other clients