Loading MCP server directory, please wait...
MCP для команд 1c-platform-tools. Нужно расширение 1c-platform-tools с включённым IPC.
npx @getmcp/cli add io.github.yellow-hammer/mcp-1c-platform-toolsRequires Node.js 18+. Community-contributed server. Review source before installing.
ONEC_IPC_PORTПорт IPC-сервера расширения 1c-platform-tools (настройка 1c-platform-tools.ipc.port)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.yellow-hammer/mcp-1c-platform-tools": {
"command": "npx",
"args": [
"-y",
"mcp-1c-platform-tools"
],
"env": {
"ONEC_IPC_PORT": "",
"ONEC_IPC_TOKEN": ""
}
}
}
}