1C: Platform Tools MCP
1C: Platform Tools MCP

Der MCP-Server gibt dem Cursor- oder VS-Code-Agenten Zugriff auf die Befehle der Erweiterung 1C: Platform Tools: Tests, Startprofile, Konfigurationsbuild, Datenbankarbeit.
Installation
Installieren Sie 1C: Platform Tools: Marketplace, Open VSX
Installieren Sie 1C: Platform Tools MCP: Marketplace, Open VSX
Öffnen Sie ein 1C-Projekt (Ordner mit
packagedef).
Related MCP server: 1C_MCP_SERVER_OWN
Verbindung
VS Code benötigt nichts weiter: Die Erweiterung registriert den MCP-Server selbst.
Cursor unterstützt den VS-Code-MCP-Server-Provider nicht, daher wird der Server über die .cursor/mcp.json des Projekts verbunden. Die Datei wird von der Erweiterung erstellt und aktualisiert:
Befehlspalette (F1) →
1C: Platform Tools MCP: MCP für Cursor konfigurieren, oder im Baum 1C-Tools → KI-Fähigkeiten → MCP für Cursor konfigurieren.Fenster neu laden.
Aktivieren Sie den Server
mcp-1c-platform-toolsin den MCP-Einstellungen: Cursor fügt neue Server standardmäßig deaktiviert hinzu.
Der Befehl schreibt den Pfad zum Server und die IPC-Parameter; andere Server in der Datei bleiben erhalten. Der Pfad enthält die Versionsnummer der Erweiterung, daher wird der Eintrag nach einem Update ungültig und der Server stürzt mit MODULE_NOT_FOUND ab. Die Erweiterung behebt dies beim Start: Sie aktualisiert den Pfad, wenn er auf eine andere Installation derselben Erweiterung verweist. Ein manuell eingetragener Pfad (z. B. für einen Build aus dem Quellcode) bleibt unverändert.
Überprüfung
Schreiben Sie dem Agenten „zeige den 1C-Umgebungsstatus“. Die Antwort enthält das aktive Startprofil, die Plattformversion und den Datenbankpfad. Danach können Sie Tests ausführen, Profile wechseln oder die Konfiguration erstellen lassen.
Dokumentation
Manuelle Konfiguration
Nur erforderlich, wenn die Konfiguration ohne die Erweiterung erstellt wird. Die Einstellung 1c-platform-tools.ipc.enabled muss aktiviert sein, die Werte für ONEC_IPC_* stammen aus 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": ""
}
}
}
}Erweiterungsverzeichnis: %USERPROFILE%\.cursor\extensions\yellow-hammer.mcp-1c-platform-tools-<version>-universal (Windows) oder ~/.cursor/extensions/... (macOS, Linux). Nach jedem Update der Erweiterung muss dieser Pfad manuell korrigiert werden.
Die globale Konfiguration (%USERPROFILE%\.cursor\mcp.json) funktioniert ebenfalls, wird aber von der Erweiterung nicht aktualisiert: Für mehrere Projekte ist die projektbezogene Datei zuverlässiger.
This server cannot be installed
Maintenance
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
- Alicense-quality-maintenanceEnables 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.
- Flicense-qualityDmaintenanceEnables AI agents to interact with 1C:Enterprise databases through natural language, providing metadata retrieval, configuration analysis, and code generation.9
- Flicense-qualityDmaintenanceActs 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.
- Alicense-qualityAmaintenanceIntegrates 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.227GPL 3.0
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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