Edt MCP
EDT MCP Server is an MCP protocol server plugin for 1C:EDT, allowing AI assistants (such as Claude, GitHub Copilot, Cursor, etc.) to interact with the EDT workspace, providing functions such as project information query, error reporting, code analysis, metadata management, application debugging, tagging and grouping, and visual form screenshots.
3 points
0

What is EDT MCP Server?

EDT MCP Server is a bridge connecting the 1C:EDT development environment and AI assistants. It is based on the Model Context Protocol (MCP) standard, enabling AI to read project information, analyze code errors, obtain documentation, perform query validation, manage applications, etc., thereby assisting developers in completing 1C development tasks more efficiently.

How to use EDT MCP Server?

First, install the plugin in EDT and start the server. Then, configure the MCP connection in your AI assistant (such as Copilot in VS Code/Cursor, Claude Desktop, etc.). After the configuration is completed, the AI can understand the context of your 1C project and perform various development assistance operations according to your instructions.

Applicable scenarios

Suitable for scenarios where 1C developers seek AI assistance in daily coding, debugging, project analysis, and automated tasks. For example: let the AI help you analyze code errors, find specific modules, validate query syntax, obtain platform documentation, manage database updates, etc.

Main features

MCP protocol support
Supports the latest MCP protocol (2025 - 11 - 25), using HTTP transmission and SSE (Server - Sent Events) to ensure compatibility with various AI assistants.
Project information acquisition
AI can obtain basic information such as the project list and configuration attributes in the workspace to understand the project structure.
Error reporting and analysis
Obtain summaries of errors, warnings, and issues in the project, and support filtering by severity, check ID, or specific objects to help quickly locate problems.
Intelligent code suggestion
Obtain type information, method suggestions, and platform documentation at any code position to assist AI in understanding the code context and providing accurate suggestions.
Query validation
Validate the syntax and semantic errors of 1C query text in the project context, supporting standard queries and DCS (Data Combination System) mode.
In - depth BSL code analysis
Browse modules, check structures, read and write methods, search code, and analyze call hierarchies to achieve a comprehensive understanding of BSL code.
Form screenshot capture
Capture PNG screenshots from the form WYSIWYG editor for AI to perform visual inspections.
Application management
Obtain the application list, update the database, and start in debug mode to implement development lifecycle management.
Real - time status bar
Display the real - time status of the server in the EDT status bar, including the tool name, execution time, and interactive control buttons.
Interruptible operations
Allow cancellation of long - running operations and send signals to the AI agent to improve interaction flexibility.
Metadata tags
Use custom tags to organize objects, filter in the navigator, and support keyboard shortcuts and multi - selection operations.
Metadata grouping
Create a custom folder hierarchy for each metadata collection in the navigator tree to improve project navigation.
Metadata refactoring
Rename/delete metadata objects and perform cascading updates in BSL code, forms, and metadata; add new attributes to existing objects.
Advantages
Seamless integration: Embed AI assistants directly into the 1C:EDT development environment without switching tools
Comprehensive coverage: Support the complete development lifecycle from code analysis to application management
Real - time interaction: Status bar control and interruptible operations provide a flexible AI interaction experience
Intelligent assistance: Code suggestions and error analysis based on project context provide accurate suggestions
Easy to configure: Provide multiple installation methods and clear configuration guides
Limitations
Version requirement: Only supports EDT 2025.2.0 and above
Learning curve: Requires understanding of the MCP protocol and AI assistant configuration
Performance dependence: Some operations (such as full project validation) may be time - consuming
Client compatibility: Some AI clients may require pure text mode compatibility settings

How to use

Install the plugin
Install the EDT MCP Server plugin in EDT through the update site or command line.
Configure the server
Configure the MCP server parameters in the EDT preferences, such as the port number, check description folder, etc.
Configure the AI assistant
Configure the MCP connection in your AI assistant (VS Code, Cursor, Claude, etc.).
Start using
Start the EDT MCP server, and then start using various tools in the AI assistant to interact with your 1C project.

Usage examples

Code error analysis
Let the AI analyze all the errors in the current project and classify them by severity to help you quickly locate the problems that need to be fixed.
Query validation and optimization
When writing complex 1C queries, let the AI validate the syntax and provide optimization suggestions.
Code understanding and navigation
When you need to understand a complex BSL module, let the AI analyze the module structure and find the definition of a specific method.
Database management
Before deploying changes, let the AI help you update the test database to verify whether the configuration changes are correct.

Frequently Asked Questions

Which EDT versions does EDT MCP Server support?
How to know if the server is running normally?
Why can't the AI assistant connect to the MCP server?
Can multiple AI assistants be connected simultaneously?
How to interrupt a long - running operation?
What is the difference between the tag and grouping functions?
Is the metadata refactoring operation safe?

Related resources

GitHub repository
Source code and release versions of EDT MCP Server
Update site
Installation and update site for the EDT plugin
Model Context Protocol official website
Official documentation and specifications of the MCP protocol
1C:EDT official website
Official information of 1C:Enterprise Development Tools

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "EDT MCP Server": {
      "url": "http://localhost:8765/mcp"
    }
  }
}

"mcpServers": {
  "EDT MCP Server": {
    "type": "http",
    "url": "http://localhost:8765/mcp"
  }
}

{
  "mcpServers": {
    "EDTMCPServer": {
      "type": "streamableHttp",
      "url": "http://localhost:8765/mcp"
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
6.5K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
6.1K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
6.3K
5 points
R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
9.3K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
9.6K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
6.4K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
11.5K
5 points
R
Runno
Runno is a collection of JavaScript toolkits for securely running code in multiple programming languages in environments such as browsers and Node.js. It achieves sandboxed execution through WebAssembly and WASI, supports languages such as Python, Ruby, JavaScript, SQLite, C/C++, and provides integration methods such as web components and MCP servers.
TypeScript
9.3K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
21.2K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
33.8K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
24.2K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
71.3K
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
63.8K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
31.0K
5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
97.6K
4.7 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
21.9K
4.5 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase