mcpbeat Sign in

Yandex Delivery MCP Server

local only

Yandex Delivery MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 137 installs a week from npm. Last commit 30 Aug 2026.

MCP server for the Yandex Delivery B2B API: express claims, tracking, NDD/pickup-point orders.

Installs per day peak 372 · avg 14
a month agotoday
137
Installs / week
npm · mcp-yandex-dostavka
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Yandex Delivery 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-dostavka -- npx -y mcp-yandex-dostavka
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-yandex-dostavka": {
      "args": [
        "-y",
        "mcp-yandex-dostavka"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-yandex-dostavka]
command = "npx"
args = ["-y", "mcp-yandex-dostavka"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-yandex-dostavka": {
      "args": [
        "-y",
        "mcp-yandex-dostavka"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-yandex-dostavka": {
      "args": [
        "-y",
        "mcp-yandex-dostavka"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Yandex Delivery MCP

same job, measured the same way
Yango Delivery MCP
by a1-x-tech

MCP server for the Yango Delivery claims B2B API: price checks, delivery claims, courier tracking.

130 installs/wk local only
Cdek
by dontsovcmc

MCP server for CDEK delivery service API — create orders, track shipments, search delivery points

90 installs/wk local only
Boxberry MCP
by theyahia

MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.

48 installs/wk local only
I
Yandex Tracker MCP
by aikts

MCP server for Yandex Tracker API.

2 455 installs/wk local only
Yandex Tracker MCP
by aponkratov

MCP server for Yandex Tracker API.

local only
cdek-mcp
by theyahia

MCP server for CDEK — delivery, tariffs, tracking, order management (Russia)

75 installs/wk local only
A1 Yandex KIT MCP
by gistrec

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

80 installs/wk local only
Keeping MCP
by red-square-software

MCP server for the Keeping time-tracking API

84 installs/wk local only

Yandex Delivery MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Yandex Delivery MCP?
Yandex Delivery 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-dostavka was installed 137 times last week.
How do I connect Yandex Delivery 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-dostavka straight from npm; nothing to host, nothing to sign up for.
How many people use Yandex Delivery MCP?
The npm package mcp-yandex-dostavka was installed 137 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 Yandex Delivery MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.