Skip to main content
Glama

1C: Platform Tools MCP

OpenYellow telegram chat Ask Devin

The MCP server gives the Cursor or VS Code agent access to the commands of the 1C: Platform Tools extension: tests, launch profiles, configuration build, database operations.

Installation

  1. Install 1C: Platform Tools: Marketplace, Open VSX

  2. Install 1C: Platform Tools MCP: Marketplace, Open VSX

  3. Open a 1C project (folder with packagedef).

Related MCP server: 1C_MCP_SERVER_OWN

Connection

VS Code requires nothing more: the extension registers the MCP server itself.

Cursor does not support the VS Code MCP server provider, so the server is connected via the project's .cursor/mcp.json. The extension creates and updates the file:

  1. Command Palette (F1) → 1C: Platform Tools MCP: Configure MCP for Cursor, or in the 1C Tools tree → AI SkillsConfigure MCP for Cursor.

  2. Reload the window.

  3. Enable the mcp-1c-platform-tools server in the MCP settings: Cursor adds a new server disabled.

The command writes the server path and IPC parameters; other servers in the file are preserved. The path contains the extension version, so after an update the entry becomes outdated and the server fails with MODULE_NOT_FOUND. The extension fixes this on startup: it updates the path if it points to a different installation of the same extension. A manually written path (e.g., to a build from source) remains as is.

Verification

Tell the agent 'show the 1C environment status'. The response will include the active launch profile, platform version, and database path. Then you can ask for test runs, profile switching, configuration build.

Documentation

Manual configuration

Only needed if the config is set up without the extension. The 1c-platform-tools.ipc.enabled setting must be enabled, the ONEC_IPC_* values are taken from 1c-platform-tools.ipc.*:

{
  "mcpServers": {
    "mcp-1c-platform-tools": {
      "command": "node",
      "args": ["<путь к каталогу расширения>/out/src/index.js"],
      "env": {
        "ONEC_IPC_HOST": "127.0.0.1",
        "ONEC_IPC_PORT": "40241",
        "ONEC_IPC_TOKEN": ""
      }
    }
  }
}

Extension directory: %USERPROFILE%\.cursor\extensions\yellow-hammer.mcp-1c-platform-tools-<версия>-universal (Windows) or ~/.cursor/extensions/... (macOS, Linux). After each extension update, such a path will have to be edited manually.

The global config (%USERPROFILE%\.cursor\mcp.json) works the same way, but the extension does not update it: for multiple projects, the project file is more reliable.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityActive
ResponsivenessSlow

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI assistants to perform Business Central AL development tasks including language server operations, container management, Git version control, and file system operations for professional BC development workflows.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Acts as a bridge between AI agents (Claude, Cursor) and 1C:Enterprise databases, enabling metadata retrieval, configuration analysis, and code generation through natural language using the MCP protocol.
    -
  • F
    license
    A
    quality
    C
    maintenance
    Enables AI agents to interact with 1С:Enterprise and BAS ERP systems through REST and HTTP services, providing tools for searching catalogs, creating documents, and querying stock balances.
    6
    -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yellow-hammer/mcp-1c-platform-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server