Skip to content
Grok

Yzel — 1C:Enterprise for Grok

io.github.aiyo28/yzel

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

client:Grok transport:stdio runtime:pypi

Install Yzel — 1C:Enterprise in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "yzel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "yzel"
      ],
      "env": {
        "YZEL_KEY": "<YZEL_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Yzel — 1C:Enterprise in other clients