Skip to content
Zed

mcp 1c for Zed

io.github.rcs-kz/mcp-1c

MCP server for 1C:Enterprise — read+write CRM/ERP through Claude/Cursor/Cline.

client:Zed transport:stdio runtime:npm

Install mcp 1c in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp-1c": {
      "command": "npx",
      "args": [
        "-y",
        "@rcs-kz/mcp-1c"
      ],
      "env": {
        "MCP_1C_BASE": "<MCP_1C_BASE>",
        "MCP_1C_USER": "<MCP_1C_USER>",
        "MCP_1C_PASSWORD": "<MCP_1C_PASSWORD>",
        "RCS_LICENSE_KEY": "<RCS_LICENSE_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp 1c in other clients