1c-mcp-toolkit

Expose a live 1C database through a direct HTTP API.

43|9|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/Desko77/cursor-1c-skills --skill 1c-mcp-toolkit-desko77
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-mcp-toolkit
Source: https://github.com/Desko77/cursor-1c-skills/tree/main/skills/1c-mcp-toolkit
Command: npx skills add https://github.com/Desko77/cursor-1c-skills --skill 1c-mcp-toolkit-desko77

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires MCPHttpTransport, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a direct HTTP API to a live 1C database, enabling testing, diagnostics, and real-time data access without the need for traditional EDT tools.

Core Features & Use Cases

  • Direct Database Access: Access and manipulate data in a live 1C database via a simple API.
  • API-Based Operations: Execute queries, execute code, and retrieve metadata without using EDT.
  • Use Case: For developers or testers who need to access and manipulate a live 1C database without using the traditional EDT environment.

Quick Start

Start the 1C client with the provided script and specify the database path, user, and password.

Frequently Asked Questions about 1c-mcp-toolkit

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

FAQPage Schema
How do I access a live 1C database via HTTP API without using EDT?

Direct HTTP API access to a live 1C database requires the MCP_Toolkit.epf processing to be actively running on the 1C client. It utilizes the MCPHttpTransport native component to establish a secure connection for executing queries and retrieving metadata.

Can I execute code and queries in a 1C database through an API?

Yes, you can execute queries, execute code, and retrieve metadata from a live 1C database through this direct HTTP API. It provides API-based operations for developers and testers who need to manipulate data outside the traditional EDT environment.

Do I need any specific components to set up a 1C database HTTP connection?

Yes, establishing a secure HTTP connection to a live 1C database requires the MCPHttpTransport native component. Additionally, the MCP_Toolkit.epf processing must be running on the 1C client to facilitate the direct API access.

What is the best way to test and diagnose a live 1C database without EDT tools?

Using a direct HTTP API is the best way to test and diagnose a live 1C database without EDT tools. It provides real-time data access and allows you to execute queries and code directly against the live database environment.

How do I start the 1C client for API-based database access?

To start the 1C client for API-based database access, run the provided startup script and specify your database path, user, and password. This initializes the environment needed for direct HTTP API connectivity and operations.