1c-platform-tools-mcp

Automate MCP-based operations for 1C Platform Tools configurations and extensions.

178|16|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/yellow-hammer/vscode-1c-platform-tools --skill 1c-platform-tools-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-platform-tools-mcp
Source: https://github.com/yellow-hammer/vscode-1c-platform-tools/tree/main/resources/skills/1c-platform-tools-mcp
Command: npx skills add https://github.com/yellow-hammer/vscode-1c-platform-tools --skill 1c-platform-tools-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates MCP-based tasks for 1C Platform Tools, enabling streamlined configuration and extension management via MCP instead of the UI.

Core Features & Use Cases

  • Load and unload configurations and extensions via MCP.
  • Build and decompile EPF/ERF artifacts, and launch the Configurator/Enterprise.
  • Install dependencies and coordinate workspace operations using MCP with deterministic results.

Quick Start

Run an MCP task for the current workspace root to load configurations and extensions.

Frequently Asked Questions about 1c-platform-tools-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate loading and unloading 1C configurations via MCP?

You can automate loading and unloading 1C configurations by running MCP server commands, passing the absolute workspace root path as the projectPath parameter for deterministic execution.

Can I build EPF and ERF artifacts using 1C Platform Tools without the VS Code command palette?

Yes, you can build and decompile EPF and ERF artifacts directly through MCP commands instead of the VS Code UI, managing the entire process via structured server requests.

What is needed to execute synchronous MCP tasks for 1C extension management?

To execute synchronous MCP tasks for 1C extension management, you need to provide the absolute projectPath and set the wait parameter to true, which returns responses in a structured format.

How do I launch the 1C Configurator or Enterprise using an MCP server?

You can launch the 1C Configurator or Enterprise by triggering the designated MCP commands provided by the server, using your workspace's absolute root path to coordinate the operation.

Does 1C MCP automation support installing dependencies for workspace extensions?

Yes, 1C MCP automation supports installing dependencies and coordinating workspace operations, allowing you to manage extensions and configurations with deterministic results without manual UI interaction.

What is the difference between using MCP commands and the VS Code command palette for 1C Platform Tools?

Using MCP commands instead of the VS Code command palette allows you to automate 1C Platform Tools operations programmatically, enabling streamlined configuration and extension management with structured, deterministic responses.