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

MCPサーバーは、CursorまたはVS Codeのエージェントに拡張機能1C: Platform Toolsのコマンド(テスト、起動プロファイル、構成ビルド、データベース操作)へのアクセスを提供します。
インストール
1C: Platform Toolsをインストール:Marketplace、Open VSX
1C: Platform Tools MCPをインストール:Marketplace、Open VSX
1Cプロジェクト(
packagedefを含むフォルダ)を開きます。
Related MCP server: 1C_MCP_SERVER_OWN
接続
VS Codeはこれ以上の操作は不要です。拡張機能がMCPサーバーを自動的に登録します。
CursorはVS CodeのMCPサーバープロバイダーをサポートしていないため、サーバーはプロジェクトの.cursor/mcp.jsonを介して接続します。このファイルは拡張機能が作成・更新します:
コマンドパレット(F1)→
1C: Platform Tools MCP: Cursor用MCPを設定、またはツリー内の1Cツール → AIスキル → Cursor用MCPを設定。ウィンドウを再読み込みします。
MCP設定でサーバー
mcp-1c-platform-toolsを有効にします。Cursorは新しいサーバーを無効状態で追加します。
このコマンドはサーバーへのパスとIPCパラメータを書き込みます。ファイル内の他のサーバーは保持されます。パスには拡張機能のバージョンが含まれているため、更新後はエントリが古くなり、サーバーはMODULE_NOT_FOUNDでクラッシュします。拡張機能は起動時にこれを修正します。同じ拡張機能の別のインストール先を指している場合、パスを更新します。手動で設定されたパス(例:ソースからのビルド)はそのまま残ります。
確認
エージェントに「1C環境の状態を表示」と依頼してください。応答にはアクティブな起動プロファイル、プラットフォームバージョン、データベースパスが含まれます。その後、テスト実行、プロファイル切り替え、構成ビルドなどを依頼できます。
ドキュメント
手動設定
拡張機能なしで設定ファイルを作成する場合にのみ必要です。設定1c-platform-tools.ipc.enabledが有効である必要があり、ONEC_IPC_*の値は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": ""
}
}
}
}拡張機能ディレクトリ:%USERPROFILE%\.cursor\extensions\yellow-hammer.mcp-1c-platform-tools-<バージョン>-universal(Windows)または~/.cursor/extensions/...(macOS、Linux)。拡張機能を更新するたびに、このパスを手動で修正する必要があります。
グローバル設定(%USERPROFILE%\.cursor\mcp.json)も同様に機能しますが、拡張機能はこれを更新しません。複数のプロジェクトがある場合は、プロジェクトファイルの方が信頼性が高くなります。
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