Moysklad MCP

MCP server for MoySklad (МойСклад) warehouse / ERP / CRM API. 60 tools covering the full trade and warehouse lifecycle: products & catalog, stock, counterparties, customer & purchase orders, shipments, supplies, stock moves, inventory, write-offs/enters, returns, invoices, payments & cash, reports, audit log, and webhooks. Its 21 documented tools cover stock, report, product, counterparty.

People connecting e-commerce tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-23 · ★ 5 · #17 OF 39 MAINTAINED E-COMMERCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Moysklad MCP

before you install - you'll need

Set MOYSKLAD_TOKEN, MOYSKLAD_LOGIN, MOYSKLAD_PASSWORD, HTTP_PORT before connecting.

Claude Code

claude mcp add theyahia-moysklad-mcp -- npx -y @theyahia/moysklad-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "theyahia-moysklad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/moysklad-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

license MIT - declared in the repository

npm package @theyahia/moysklad-mcp - published under the repo owner's npm scope (@theyahia)

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

03 · What Moysklad MCP can do

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

What you can build

With this server connected, an agent can search products by name or article, get a product by UUID (raw for the full object), create a product (price type attached automatically), and update sale/buy/min prices.

Capability map

Tools grouped from the project's README - what Moysklad MCP lets an agent do.

read & search

10 tools - e.g. Search products by name or article; Unified search across products, variants, services, bundles; List price types (first is the default)

search_products · search_assortment · list_price_types · get_counterparties · get_profit_report · get_sales_report…

create & write

3 tools - e.g. Create a service; Shipment (demand) linked to an order and warehouse; Incoming supply (purchase receipt)

create_service · create_demand · create_supply

Stock

3 tools - e.g. Current stock (quantity, reserve, in-transit); Stock broken down by warehouse; Fast current-stock snapshot

get_stock · get_stock_by_store · get_stock_current

Product

2 tools - e.g. Get a product by UUID (raw for the full object); Create a product (price type attached automatically)

get_product · create_product

Counterparty

2 tools - e.g. Get full details (raw for the full object); Create customer/supplier

get_counterparty · create_counterparty

update

1 tool - e.g. Update sale/buy/min prices

update_prices

Latest releases

v3.1.0 · 2026-06-23

Fix priceType bug (create_product/update_prices with a price now work), correct 429 backoff (X-Lognex-Retry-After), 21->60 tools (warehouse ops, finance, catalog, reports, audit, webhooks), parsed API errors…

04 · Who maintains Moysklad MCP

moysklad-mcp is maintained by theyahia. We track 49 MCP servers from theyahia - 43 actively maintained, 72 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from theyahia.

  1. yandex-direct-mcp MCP server for Yandex Direct — PPC campaigns, ads, keywords, statistics (Russia) ★ 5
  2. 1c-rest-mcp MCP server for 1C Enterprise - ERP catalogs, documents via REST API (Russia) ★ 10
  3. yandex-webmaster-mcp MCP server for Yandex.Webmaster API - hosts, search queries, indexing status. Bearer token auth. ★ 3
  4. chestnyznak-mcp MCP server for Chestniy ZNAK (Честный ЗНАК) API - product marking verification. No auth needed for ★ 4
  5. tilda-mcp MCP server for Tilda API - projects, pages. 3 tools. ★ 8
  6. mindbox-mcp MCP server for Mindbox CDP API - customer profiles, orders, segments. 3 tools. ★ 3

05 · Facts

category
e-commerce - ranked #17 of 39 actively-maintained e-commerce servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-23)
registry
io.github.theYahia/moysklad-mcp (active, first published 2026-03-31 · 2 versions)
packages
npm:@theyahia/moysklad-mcp

06 · Moysklad MCP FAQ

Is Moysklad MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-23 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Moysklad MCP do?

With this server connected, an agent can search products by name or article, get a product by UUID (raw for the full object), create a product (price type attached automatically), and update sale/buy/min prices.

How do I install Moysklad MCP?

Run `npx -y @theyahia/moysklad-mcp`. The README documents 4 environment variables (MOYSKLAD_TOKEN, MOYSKLAD_LOGIN, MOYSKLAD_PASSWORD…) to set first. Set MOYSKLAD_TOKEN, MOYSKLAD_LOGIN, MOYSKLAD_PASSWORD, HTTP_PORT before connecting. You can also paste the ready-made client config above.

Does Moysklad MCP run locally?

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

07 · Alternatives to Moysklad MCP