1c-mcp

Access 1C:Enterprise data and metadata via an MCP server over HTTP.

58|6|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/JohnyDeath/1c-dev-promts --skill 1c-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-mcp
Source: https://github.com/JohnyDeath/1c-dev-promts/tree/main/.kilocode/skills/1c-mcp
Command: npx skills add https://github.com/JohnyDeath/1c-dev-promts --skill 1c-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MCP server access for 1C:Enterprise data, enabling efficient retrieval, metadata inspection, and query construction against the platform.

Core Features & Use Cases

  • Connects to an MCP server and initializes a session
  • Discover and inspect metadata objects (list_metadata_objects, get_metadata_structure)
  • Validate queries and execute data queries with optional parameters (execute_query)
  • Parse navigation links and generate clickable references for 1C navigation (parse_nav_link, get_nav_link)
  • Access supplemental references and documentation as needed (resources)

Quick Start

Connect to your MCP server and start by listing metadata objects to identify the target object before querying.

Frequently Asked Questions about 1c-mcp

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

FAQPage Schema
How do I query 1C:Enterprise data using an MCP server?

You can query 1C:Enterprise data by connecting to an MCP server via HTTP, discovering metadata objects, validating your query, and executing it with optional parameters to retrieve deterministic results.

How do I inspect 1C metadata structures before executing queries?

To inspect 1C metadata structures, you can use discovery functions to list metadata objects and retrieve their internal structure, allowing you to identify target objects and validate queries before execution.

Can I generate clickable navigation links for 1C objects via MCP?

Yes, you can parse and generate clickable navigation links for 1C objects. The skill parses navigation links and generates references in accordance with the MCP protocol for seamless platform navigation.

Does the 1C MCP connection support parameterized queries?

Yes, the 1C MCP connection supports parameterized queries. You can validate and execute data queries with optional parameters to ensure deterministic workflows and retrieve specific results from the platform.

What is the best way to discover available objects in a 1C:Enterprise MCP server?

The best way to discover available objects is to initialize a session with the MCP server and use the metadata listing function to identify target objects before constructing your data queries.

Why do I need to discover metadata objects before querying 1C data?

Discovering metadata objects is necessary to understand the available data structures and validate your queries against the 1C:Enterprise platform, ensuring accurate data retrieval and successful navigation link generation.