← Back to browse

yandex-market-seller

Indexed by io.github.dontsovcmc

About

MCP server for Yandex Market Partner API — orders, offers, prices, stocks, analytics

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsYM_TOKEN YM_CAMPAIGN_ID YM_BUSINESS_ID YM_AUTH_TYPE
Claude Code
claude mcp add --env YM_TOKEN= --env YM_CAMPAIGN_ID= --env YM_BUSINESS_ID= --env YM_AUTH_TYPE= yandex-market-seller -- uvx mcp-server-yandex-market-seller
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"yandex-market-seller","command":"uvx","args":["mcp-server-yandex-market-seller"],"env":{"YM_TOKEN":"","YM_CAMPAIGN_ID":"","YM_BUSINESS_ID":"","YM_AUTH_TYPE":""}}'
JSON
{
  "mcpServers": {
    "yandex-market-seller": {
      "command": "uvx",
      "args": [
        "mcp-server-yandex-market-seller"
      ],
      "env": {
        "YM_TOKEN": "",
        "YM_CAMPAIGN_ID": "",
        "YM_BUSINESS_ID": "",
        "YM_AUTH_TYPE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.