← Index

io.github.theYahia/yandex-direct-mcp

io.github.theYahia/yandex-direct-mcp·v1.0.2·Documents & Spreadsheets
Quality Score
85
/100

MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "yandex-direct-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/yandex-direct-mcp"
      ],
      "env": {
        "YANDEX_DIRECT_TOKEN": "<your-yandex_direct_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "yandex-direct-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/yandex-direct-mcp"
      ],
      "env": {
        "YANDEX_DIRECT_TOKEN": "<your-yandex_direct_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theyahia/yandex-direct-mcp
§02  Environment variables
YANDEX_DIRECT_TOKEN
requiredsecret

API key

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets