Yandex Lavka MCP

An MCP server that lets an AI assistant order groceries from Yandex Lavka - search products, build a cart, and place a real order - with an explicit human confirmation before any money is charged. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-23 · ★ 11 · #365 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Yandex Lavka MCP

before you install - you'll need

Set YANDEX_LAVKA_MCP_CONFIG_JSON before connecting. YANDEX_LAVKA_MCP_TRANSPORT is optional or environment-specific per the README.

Claude Code

claude mcp add dudude-bit-yandex-lavka-mcp -- uvx yandex-lavka-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dudude-bit-yandex-lavka-mcp": {
      "command": "uvx",
      "args": [
        "yandex-lavka-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-19 - young repo, little track record yet

license MIT - declared in the repository

pypi package yandex-lavka-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.Dudude-bit is GitHub-verified and matches the repo owner

03 · What Yandex Lavka MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

[!WARNING] Unofficial. Yandex Lavka has no public API. This project talks to the same private web API that lavka.yandex.ru uses, authenticated with your own Yandex session cookies. It automates your own account, for your own shopping. - Not affiliated with or endorsed by Yandex. Using it may violate Yandex's

04 · Who maintains Yandex Lavka MCP

yandex-lavka-mcp is maintained by dudude-bit. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
other - ranked #365 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.Dudude-bit/yandex-lavka-mcp (active, first published 2026-07-22)
packages
pypi:yandex-lavka-mcp

06 · Yandex Lavka MCP FAQ

What is Yandex Lavka MCP?

An MCP server that lets an AI assistant order groceries from Yandex Lavka - search products, build a cart, and place a real order - with an explicit human confirmation before any money is charged. It runs locally over stdio via the published package.

Is Yandex Lavka MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-23. We re-verify nightly.

How do I install Yandex Lavka MCP?

Run `uvx yandex-lavka-mcp`. The README documents 2 environment variables (YANDEX_LAVKA_MCP_TRANSPORT, YANDEX_LAVKA_MCP_CONFIG_JSON) to set first. Set YANDEX_LAVKA_MCP_CONFIG_JSON before connecting. YANDEX_LAVKA_MCP_TRANSPORT is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Yandex Lavka MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Yandex Lavka MCP

More MCP servers to compare · Endiagram MCP · Kvm Pilot · Gunsnation · Dynatrace Managed MCP · E18e

More Python MCP servers · Openeye · Skylos · SmartCLI - drive terminal TUIs · DC Member API · see all