Skip to content
Cline

mcp 1c for Cline

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

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

client:Cline transport:stdio runtime:npm

Install mcp 1c in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp 1c in other clients