Designer Tools
Набор инструментов для конструктора MCP
What is Designer Tools?
Designer Tools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to набор инструментов для конструктора mcp
Набор инструментов для конструктора MCP
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Набор инструментов для конструктора MCP
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcp-designer-toolsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Designer Tools
MCP Designer Tools is a TypeScript-based toolkit for the 1C MCP Server Constructor that gives AI agents direct access to a 1C:Enterprise database. It provides four tools covering arbitrary code execution in the 1C language, SQL-style query execution with pipe-delimited output, query syntax validation without execution, and retrieval of the most recent error from the system event log. These tools are loaded into the MCP Constructor by importing an XML configuration file, after which any connected AI agent can introspect and manipulate the 1C database through natural language commands.
Prerequisites
- 1C:Enterprise platform 8.3 installed and a database configured
- MCP Server Constructor for 1C installed in your 1C database
- Access to the standard data import mechanism within the 1C Constructor
- An MCP-compatible AI client such as Claude Desktop or Cursor
- Familiarity with 1C query language for writing effective prompts
Clone or download the repository
Download the repository to obtain the ИнструментыДляРазработки.xml file that contains the tool definitions.
git clone https://github.com/comol/mcp_designer_tools.gitImport the XML file into your 1C MCP Constructor
Open your 1C database that has the MCP Server Constructor installed. Use the Constructor's standard data import mechanism to load ИнструментыДляРазработки.xml. The tools will be registered automatically after import.
# File to import:
mcp_designer_tools/ИнструментыДляРазработки.xmlVerify the tools are registered
After import, open the MCP Constructor interface and confirm that vcexecutecode, vcexecutequery, validatequery, and vcloggetlasterror appear in the tools list.
Connect your AI client to the 1C MCP Constructor endpoint
Configure your MCP client to point to the endpoint exposed by the 1C MCP Constructor. The exact URL depends on your 1C server configuration. Consult the Constructor documentation for the stdio or HTTP endpoint details.
{
"mcpServers": {
"mcp-designer-tools": {
"command": "npx",
"args": ["mcp-designer-tools"]
}
}
}Test with a simple query
Ask your AI to run a query against the 1C database to confirm the tools are working.
Designer Tools Examples
Client configuration
Basic MCP client configuration for the Designer Tools server.
{
"mcpServers": {
"mcp-designer-tools": {
"command": "npx",
"args": ["mcp-designer-tools"]
}
}
}Prompts to try
Use natural language to interact with the 1C database via the four available tools.
- "Run this 1C query: SELECT FIRST 10 Counterparties.Name AS Name FROM Catalog.Counterparties"
- "Validate the syntax of this query without running it: SELECT Documents.Date FROM Document.SalesOrder"
- "Execute this 1C code and return the result: Result = String(CurrentSessionDate())"
- "Show me the last error from the 1C event log"Troubleshooting Designer Tools
Tools do not appear after importing the XML file
Ensure the import was performed through the MCP Constructor's data import mechanism, not the standard 1C data exchange. Re-open the Constructor interface and refresh the tools list after import.
vcexecutecode returns a permission error
The code execution tool runs with the permissions of the 1C session user. Confirm the user has sufficient rights in the 1C database. This tool has broad access — use it only in trusted development environments and apply role-based restrictions as needed.
Query results are empty or truncated
vcexecutequery returns results in pipe-delimited text format. Very large result sets may be truncated. Use FIRST N in your query to limit rows, and verify the query syntax with validatequery before running it.
Frequently Asked Questions about Designer Tools
What is Designer Tools?
Designer Tools is a Model Context Protocol (MCP) server that набор инструментов для конструктора mcp It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Designer Tools?
Follow the installation instructions on the Designer Tools GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Designer Tools?
Designer Tools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Designer Tools free to use?
Yes, Designer Tools is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Designer Tools Alternatives — Similar Developer Tools Servers
Looking for alternatives to Designer Tools? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Designer Tools in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Designer Tools?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.