Skip to content
Cursor

Yzel — 1C:Enterprise for Cursor

io.github.aiyo28/yzel

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

client:Cursor transport:stdio runtime:pypi

Install Yzel — 1C:Enterprise in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Yzel — 1C:Enterprise in other clients