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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"1c_edt_mcp_public": {
"command": "npx",
"args": [
"-y",
"fedukhin-sys/1C_EDT_MCP_PUBLIC"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add 1c_edt_mcp_public npx -y fedukhin-sys/1C_EDT_MCP_PUBLIC
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"1c_edt_mcp_public": {
"command": "npx",
"args": [
"-y",
"fedukhin-sys/1C_EDT_MCP_PUBLIC"
]
}
}
}
📋 Copy