Home › Other › mcp-1c-platform-tools

mcp-1c-platform-tools

MCP для команд 1c-platform-tools. Нужно расширение 1c-platform-tools с включённым IPC.

TypeScript
★ 37 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.5)

npx -y mcp-1c-platform-tools@0.1.5

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-1c-platform-tools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-1c-platform-tools@0.1.5"
      ],
      "env": {
        "ONEC_IPC_PORT": "<YOUR_VALUE>",
        "ONEC_IPC_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • ONEC_IPC_PORT required — Порт IPC-сервера расширения 1c-platform-tools (настройка 1c-platform-tools.ipc.port)
  • ONEC_IPC_TOKEN secret — Токен IPC (если задан в 1c-platform-tools.ipc.token)

Related servers

Data from the Official MCP Registry