mcpbeat Sign in

A1 Yandex KIT MCP Server

local only

A1 Yandex KIT MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 91 installs a week from npm. Last commit 17 Sep 2026.

A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.

Installs per day peak 120 · avg 5
a month agotoday
91
Installs / week
npm · mcp-yandex-kit
2
Stars
6 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check A1 Yandex KIT MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-yandex-kit -- npx -y mcp-yandex-kit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-yandex-kit": {
      "args": [
        "-y",
        "mcp-yandex-kit"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-yandex-kit]
command = "npx"
args = ["-y", "mcp-yandex-kit"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-yandex-kit": {
      "args": [
        "-y",
        "mcp-yandex-kit"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-yandex-kit": {
      "args": [
        "-y",
        "mcp-yandex-kit"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YANDEX_KIT_TOKEN (Yandex KIT API token from the merchant cabinet (Настройки → API → Сгенерировать токен; shown once). Full store access — treat it as a secret.), YANDEX_KIT_BASE_URL (Base URL of the Yandex KIT API.), YANDEX_KIT_RPS (Client-side rate limit in requests per second (the API allows 3 rps per store).), YANDEX_KIT_TIMEOUT_MS (HTTP request timeout in milliseconds.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to A1 Yandex KIT MCP

same job, measured the same way
Horoshop
by ecomkit-com-ua

MCP server for the Horoshop e-commerce API — orders, catalog, customers, webhooks

41 installs/wk local only
Shopify Admin MCP
by a1-x-tech

MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.

61 installs/wk local only
MCP Vtex
by codespar

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

26 installs/wk local only
Api2cart
by api2cart

Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.

answering
Woocommerce MCP
by wppoland

Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.

46 installs/wk local only
Walmart
by markswendsen-code

MCP server for Walmart - search products, manage cart, track orders

36 installs/wk local only
Ecommerce Mcp
by varvararatta

MCP server for E-Commerce

answering
MCP Shopify
by codespar

MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)

26 installs/wk local only

A1 Yandex KIT MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for A1 Yandex KIT MCP?
A1 Yandex KIT MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-yandex-kit was installed 91 times last week.
How do I connect A1 Yandex KIT MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-yandex-kit straight from npm; nothing to host, nothing to sign up for.
How many people use A1 Yandex KIT MCP?
The npm package mcp-yandex-kit was installed 91 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is A1 Yandex KIT MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 2 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.