mcpbeat Sign in

MoySklad MCP (RU) MCP Server

local only

MoySklad MCP (RU) runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 14 Sep 2026.

MoySklad JSON API 1.2 in your AI assistant — schema-driven, safety-gated document writes.

Installs / week
pypi · moysklad-mcp-ru
2
Stars
0 open issues
14 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command serve.py:61, [пакет] serve.py:61
        subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 moysklad-mcp-ru -- uvx moysklad-mcp-ru
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "moysklad-mcp-ru": {
      "args": [
        "moysklad-mcp-ru"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.moysklad-mcp-ru]
command = "uvx"
args = ["moysklad-mcp-ru"]
.cursor/mcp.json
{
  "mcpServers": {
    "moysklad-mcp-ru": {
      "args": [
        "moysklad-mcp-ru"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "moysklad-mcp-ru": {
      "args": [
        "moysklad-mcp-ru"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MOYSKLAD_TOKEN (MoySklad personal access token (Настройки → Пользователи → Токены доступа). Optional if credentials are stored in ~/.moysklad-mcp/cabinets.json.), MOYSKLAD_ALLOW_WRITE (Set to 1 to allow document writes (create/post/delete). Off by default. Point only at a TEST cabinet.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MoySklad MCP (RU)

same job, measured the same way
Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market, Avito
by ilyautov

Wildberries, Ozon, Yandex Market & Avito seller APIs for AI assistants: schema-driven, safety-gated.

506 installs/wk local only
Docpick
by arknill

Schema-driven document extraction with local OCR + LLM. Document in, Structured JSON out.

92 installs/wk local only
Screenify Studio
by screenify

Record your screen and export studio-styled demo videos on macOS, driven by your AI assistant.

local only
Gorgon Scout
by gorgon-cyber

Run AI-driven web-app and API security scans (DAST) from Claude or any MCP agent. Windows.

local only
Raven Nest MCP
by tidynest

AI-driven penetration testing - 22 security tools behind safety-hardened MCP endpoints

local only
Mini App MCP
by ynishi

Agent-First CRUD store MCP server — 1 daemon per table, schema.yaml driven, SQLite backend

local only
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

92 installs/wk local only

MoySklad MCP (RU) — questions

Answers built from our own checks of this server.

Why is there no uptime for MoySklad MCP (RU)?
MoySklad MCP (RU) 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 pypi package moysklad-mcp-ru.
How do I connect MoySklad MCP (RU)?
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 moysklad-mcp-ru straight from pypi; nothing to host, nothing to sign up for.
Is MoySklad MCP (RU) open source?
Yes — it is published under the MIT licence, written in Python and 2 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.