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.

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
22dResponse time
3wRelease cycle
9Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    -
    quality
    -
    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
    -
    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.
  • A
    license
    -
    quality
    A
    maintenance
    Integrates AI agents with 1C:Enterprise databases via MCP and REST API, supporting a built-in HTTP server (no Python required) or a Python proxy mode.
    227
    GPL 3.0

View all related MCP servers

Related MCP Connectors

  • Create and manage AI agents that collaborate and solve problems through natural language interacti…

  • Build, validate, and deploy multi-agent AI solutions from any AI environment.

  • Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…

View all MCP Connectors

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