Odel
1c-rest-mcp

1c-rest-mcp

Local
@theyahia7TypeScriptMITUpdated 2mo ago

MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@theyahia/1c-rest-mcpv1.2.1

Run

npx -y @theyahia/1c-rest-mcp

MCP client config

{
  "mcpServers": {
    "1c-rest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/1c-rest-mcp"
      ]
    }
  }
}