1c-mcp-toolkit

Query 1C:Enterprise data and metadata via an MCP proxy toolkit.

1|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill 1c-mcp-toolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-mcp-toolkit
Source: https://github.com/Alex1980Alex/1C-Enterprise_Framework/tree/main/.claude/skills/1c-mcp-toolkit
Command: npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill 1c-mcp-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI workflows need reliable, programmatic access to 1C:Enterprise data and configuration metadata. The MCP toolkit exposes a proxy-based interface to issue queries, fetch metadata, execute 1C code, read logs, and resolve navigation links from an AI agent, without manual 1C client interactions.

Core Features & Use Cases

  • MCP-based access enables AI agents to read and modify data, inspect metadata, and automate routine 1C tasks across databases.
  • Use cases include data extraction, configuration audits, document generation, and impact analysis by following navigation links and object references.

Quick Start

Connect to a running MCP proxy and begin issuing core tasks such as get_metadata or execute_query against a connected 1C database.

Frequently Asked Questions about 1c-mcp-toolkit

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

FAQPage Schema
How do I enable AI agents to query 1C:Enterprise data programmatically?

AI agents query 1C:Enterprise data programmatically by connecting to the MCP toolkit proxy, which exposes a REST-like API to issue structured queries and retrieve data without manual client interactions.

Can I retrieve configuration metadata from a 1C database using an MCP proxy?

You can retrieve configuration metadata from a 1C database using the MCP proxy by issuing the get_metadata task, allowing AI agents to inspect configurations and perform audits.

What's the best way to read event logs in 1C:Enterprise through an automated workflow?

Reading event logs in 1C:Enterprise through an automated workflow is best handled by the MCP toolkit, which reads logs directly from connected databases and returns structured responses for AI processing.

Does the MCP toolkit support executing 1C code remotely across connected databases?

The MCP toolkit supports executing 1C code remotely across connected databases, enabling AI agents to run server-side logic and automate routine tasks via the dockerized proxy interface.

How do I resolve object references and navigation links in 1C for impact analysis?

Resolve object references and navigation links in 1C for impact analysis by applying the MCP toolkit to follow references across databases and return structured data for automated workflows.

Do I need a running dockerized proxy to access 1C metadata via MCP?

A running dockerized proxy is required to access 1C metadata via MCP, as it provides the interface for AI agents to execute queries and interact with the connected database safely.