Skip to content
VS Code

Yzel — 1C:Enterprise for VS Code

io.github.aiyo28/yzel

Query and update 1C:Enterprise over OData v3. Cyrillic-aware, Fresh and on-prem.

client:VS Code transport:stdio runtime:pypi

Install Yzel — 1C:Enterprise in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "yzel-key",
      "description": "YZEL_KEY",
      "password": true
    }
  ],
  "servers": {
    "yzel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "yzel"
      ],
      "env": {
        "YZEL_KEY": "${input:yzel-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Yzel — 1C:Enterprise in other clients