mcp 1c platform tools for Cursor
io.github.yellow-hammer/mcp-1c-platform-tools
MCP для команд 1c-platform-tools. Нужно расширение 1c-platform-tools с включённым IPC.
client:Cursor
transport:stdio
runtime:npm
Install mcp 1c platform tools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-1c-platform-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-1c-platform-tools"
],
"env": {
"ONEC_IPC_PORT": "<ONEC_IPC_PORT>",
"ONEC_IPC_TOKEN": "<ONEC_IPC_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs