Skip to content
VS Code

Яндекс Маркет MCP (RU) for VS Code

io.github.ilyautov/yandex-market-mcp-ru

API Яндекс Маркета в ИИ-ассистенте: заказы, товары, цены, отчёты, отзывы

client:VS Code transport:stdio runtime:pypi

Install Яндекс Маркет MCP (RU) in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "yandex-market-api-key",
      "description": "YANDEX_MARKET_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "yandex-market-mcp-ru": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "yandex-market-mcp-ru"
      ],
      "env": {
        "YANDEX_MARKET_API_KEY": "${input:yandex-market-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Яндекс Маркет MCP (RU) in other clients