PluginBench
MCP Server

io.github.RCS-kz/mcp-1c MCP Server

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

What is the io.github.RCS-kz/mcp-1c MCP server?

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

How to install io.github.RCS-kz/mcp-1c

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MCP_1C_BASE
    required

    URL of the 1C HTTP service (with MCPService extension installed)

  • MCP_1C_USER
    required

    1C user with API access

  • MCP_1C_PASSWORD
    required
    secret

    Password for the 1C user

  • RCS_LICENSE_KEY
    required
    secret

    RCS license token (Solo free, Pro 9900 KZT/mo, Team 39900 KZT/mo)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-1c": {
      "command": "node>=16, python>=3.8",
      "args": [
        "-y",
        "@rcs-kz/mcp-1c"
      ],
      "env": {
        "MCP_1C_BASE": "<YOUR_MCP_1C_BASE>",
        "MCP_1C_USER": "<YOUR_MCP_1C_USER>",
        "MCP_1C_PASSWORD": "<YOUR_MCP_1C_PASSWORD>",
        "RCS_LICENSE_KEY": "<YOUR_RCS_LICENSE_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-1c": {
      "command": "node>=16, python>=3.8",
      "args": [
        "-y",
        "@rcs-kz/mcp-1c"
      ],
      "env": {
        "MCP_1C_BASE": "<YOUR_MCP_1C_BASE>",
        "MCP_1C_USER": "<YOUR_MCP_1C_USER>",
        "MCP_1C_PASSWORD": "<YOUR_MCP_1C_PASSWORD>",
        "RCS_LICENSE_KEY": "<YOUR_RCS_LICENSE_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-1c": {
      "command": "node>=16, python>=3.8",
      "args": [
        "-y",
        "@rcs-kz/mcp-1c"
      ],
      "env": {
        "MCP_1C_BASE": "<YOUR_MCP_1C_BASE>",
        "MCP_1C_USER": "<YOUR_MCP_1C_USER>",
        "MCP_1C_PASSWORD": "<YOUR_MCP_1C_PASSWORD>",
        "RCS_LICENSE_KEY": "<YOUR_RCS_LICENSE_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-1c": {
      "type": "stdio",
      "command": "node>=16, python>=3.8",
      "args": [
        "-y",
        "@rcs-kz/mcp-1c"
      ],
      "env": {
        "MCP_1C_BASE": "<YOUR_MCP_1C_BASE>",
        "MCP_1C_USER": "<YOUR_MCP_1C_USER>",
        "MCP_1C_PASSWORD": "<YOUR_MCP_1C_PASSWORD>",
        "RCS_LICENSE_KEY": "<YOUR_RCS_LICENSE_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-1c --env MCP_1C_BASE=<YOUR_MCP_1C_BASE> --env MCP_1C_USER=<YOUR_MCP_1C_USER> --env MCP_1C_PASSWORD=<YOUR_MCP_1C_PASSWORD> --env RCS_LICENSE_KEY=<YOUR_RCS_LICENSE_KEY> -- node>=16, python>=3.8 -y @rcs-kz/mcp-1c

Related MCP servers

Bitrix24 Cloud MCP server — 45 tools across CRM, Tasks, Deals, Leads, Files, Disk.

0
View repository →