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