The MCP server provides Model Context Protocol tools for executing commands of the 1C: Platform Tools extension through Cursor/VS Code agents.
From the registry: MCP для команд 1c-platform-tools. Нужно расширение 1c-platform-tools с включённым IPC.




Please install the `mcp-1c-platform-tools` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install 1c-platform-tools VS Code extension** — Install the 1c-platform-tools VS Code/Cursor extension (https://marketplace.visualstudio.com/items?itemName=yellow-hammer.1c-platform-tools)
- **Enable IPC** — Set 1c-platform-tools.ipc.enabled = true in VS Code/Cursor settings
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["${env:USERPROFILE}\\.cursor\\extensions\\yellow-hammer.mcp-1c-platform-tools-0.1.5\\out\\src\\index.js"]
- required environment variables:
- `ONEC_IPC_HOST`: IPC host for the 1c-platform-tools extension (example: `127.0.0.1`)
- `ONEC_IPC_PORT`: IPC port (must match extension settings) (example: `40241`)
- optional environment variables:
- `ONEC_IPC_TOKEN`: IPC auth token (must match extension settings)
Note: Distributed as a VS Code extension; path points to the installed extension's JS entry. Auto-registers in VS Code; Cursor requires manual config.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ONEC_IPC_HOSTrequiredThe host address for the IPC connection.ONEC_IPC_PORTrequiredThe port number for the IPC connection.ONEC_IPC_TOKENThe token for the IPC connection, can be left empty.Real-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.