elemctl

keyfire/elemctl
★ 4 stars Python API Integration Updated today
CLI, MCP server, and library for the documented Console API v2 of 1C:Enterprise.Element (1cmycloud): apps, builds, and deploys with reliable apply-verification.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "elemctl": {
      "command": "uvx",
      "args": [
        "elemctl"
      ]
    }
  }
}

Or install with pip: pip install elemctl