1C_EDT_MCP_PUBLIC

fedukhin-sys/1C_EDT_MCP_PUBLIC
★ 4 stars Java Code/Dev Tools Updated 3d ago
MCP server plugin for 1C:Enterprise Development Tools — 89 MCP tools for managing projects, BSL modules, metadata, forms, DCS reports, the event log, debugging and xUnitFor1C from any MCP client.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "1c_edt_mcp_public": {
      "command": "npx",
      "args": [
        "-y",
        "fedukhin-sys/1C_EDT_MCP_PUBLIC"
      ]
    }
  }
}