Skip to main content
Glama

1c-dev-mcp

Local MCP server for 1С development in Cursor: platform help + XML project.

What is MCP?

MCP (Model Context Protocol) is a protocol through which Cursor connects to external tools. The 1c-dev-mcp server gives AI access to 1С help and the exported XML configuration without manual file copying.

Related MCP server: 1C Templates MCP Server

Quick start

  1. Python 3.11+

  2. Run the installer:

cd "C:\Users\twost\Desktop\MCP Help\1c-dev-mcp"
.\install.ps1 -PlatformPath "C:\Program Files (x86)\1cv8t\8.3.27.1508"
  1. Restart Cursor

  2. Open the folder with the XML configuration export

  3. In the chat, ask the agent to call doctor, then set_platform_version("8.3.27")

MCP tools

Tool

Purpose

list_platform_versions

Installed 1С versions

set_platform_version

Select active version

get_platform_info

Help and index status

build_help_index

HBK indexing

search_help / get_help

Platform help

get_project_status

XML project detection

build_project_index

Configuration indexing

find_metadata / get_metadata / list_metadata

Metadata

search_code / get_code

BSL code

doctor

Diagnostics

Important about your platform

The path C:\Program Files (x86)\1cv8t\8.3.27.1508 is a development/technology platform (1cv8t).

In bin, shquery_root.hbk (query language help) was found, but no shcntx_ru.hbk (full API help: ТаблицаЗначений, methods, types).

For "how does a platform method work" scenarios, a full 1cv8 installation with shcntx_ru.hbk is required. Project Layer (metadata, XML code) works independently.

Data and cache

%LOCALAPPDATA%\1c-dev-mcp\

Documentation

Status

Component

Status

Platform detector (1cv8 + 1cv8t)

Implemented

HBK index (shquery/shcntx)

Implemented

XML project index

Implemented

MCP stdio

Implemented

install.ps1

Implemented

Cursor integration

Needs verification on your machine

Maintenance

ActivityMaintained
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Provides a RAG-based search system for 1C:Enterprise platform documentation using hybrid BM25 and semantic search across multiple versions. It enables developers to retrieve API signatures, methods, and usage examples directly within IDEs or through a REST API.
    22
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides storage, searching, and retrieval of 1C (BSL) code templates with a built-in web interface for easy template management. It enables AI assistants to fetch specific boilerplate code directly into editors using natural language search.
    17
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables searching through 1C:Enterprise configuration source code (XML+BSL) with full-text indexing, providing tools to find code, metadata objects, procedures, and modules.
    MIT