Loading MCP server directory, please wait...
MCP server for the Yandex Merchants partner API: feeds, offer prices, discounts, hide/unhide.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-yandex-merchantsRequires Node.js 18+. Community-contributed server. Review source before installing.
YANDEX_MERCHANTS_OAUTH_TOKENYandex OAuth token with the products:partner-api scope, obtained under the login that uploaded the feed. Treat it as a secret.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-yandex-merchants": {
"command": "npx",
"args": [
"-y",
"mcp-yandex-merchants"
],
"env": {
"YANDEX_MERCHANTS_OAUTH_TOKEN": "",
"YANDEX_MERCHANTS_BASE_URL": "https://yandex.ru/products/api/ext/partner",
"YANDEX_MERCHANTS_TIMEOUT_MS": "60000",
"YANDEX_MERCHANTS_MAX_RETRIES": "3"
}
}
}
}