Server data from the Official MCP Registry
MCP для команд 1c-platform-tools. Нужно расширение 1c-platform-tools с включённым IPC.
MCP для команд 1c-platform-tools. Нужно расширение 1c-platform-tools с включённым IPC.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
12 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ONEC_IPC_PORT
Environment variable: ONEC_IPC_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-yellow-hammer-mcp-1c-platform-tools": {
"env": {
"ONEC_IPC_PORT": "your-onec-ipc-port-here",
"ONEC_IPC_TOKEN": "your-onec-ipc-token-here"
},
"args": [
"-y",
"@yellow-hammer/mcp-1c-platform-tools"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP-сервер предоставляет инструменты Model Context Protocol для запуска команд расширения 1c-platform-tools через агентов Cursor/VS Code.
1c-platform-tools.ipc.enabled = true.packagedef).В VS Code дополнительная настройка не нужна: расширение само регистрирует MCP. Достаточно установить оба расширения и включить IPC.
В Cursor расширение не может прописать MCP в настройки, поэтому конфиг нужно добавить вручную. Варианты:
- подставит в mcp.json конфиг как в примере ниже (хост 127.0.0.1, порт 40241, токен пустой).Конфиг можно положить в проект (только для этого проекта) или глобально (для всех проектов).
В проекте (рекомендуется):
packagedef) создайте папку .cursor, если её нет..cursor/mcp.json в этом корне.env — порт и токен из настроек 1c-platform-tools).Пример для проекта (Windows):
{
"mcpServers": {
"mcp-1c-platform-tools": {
"command": "node",
"args": ["${env:USERPROFILE}\\.cursor\\extensions\\yellow-hammer.mcp-1c-platform-tools-0.1.5\\out\\src\\index.js"],
"env": {
"ONEC_IPC_HOST": "127.0.0.1",
"ONEC_IPC_PORT": "40241",
"ONEC_IPC_TOKEN": ""
}
}
}
}
macOS/Linux: в args — "${env:HOME}/.cursor/extensions/yellow-hammer.mcp-1c-platform-tools-0.1.5/out/src/index.js" (подставьте версию).
Вместо файла в проекте можно использовать один конфиг для всех проектов:
%USERPROFILE%\.cursor\mcp.json~/.cursor/mcp.jsonСтруктура mcpServers та же. После изменений перезагрузите окно Cursor.
Убедитесь, что расширение 1c-platform-tools установлено, IPC включён (1c-platform-tools.ipc.enabled = true) и в настройках указаны те же порт и токен, что в env конфига MCP.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.