Designer Tools

v1.0.0Developer Toolsstable

Набор инструментов для конструктора MCP

mcp-designer-toolsmcpai-integration
Share:
9
Stars
0
Downloads
0
Weekly
0/5

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

Access MCP constructor tools for building MCP servers.
comol

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-designer-tools

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.git
2

Import 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/ИнструментыДляРазработки.xml
3

Verify the tools are registered

After import, open the MCP Constructor interface and confirm that vcexecutecode, vcexecutequery, validatequery, and vcloggetlasterror appear in the tools list.

4

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"]
    }
  }
}
5

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.

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.

Quick Config Preview

{ "mcpServers": { "mcp-designer-tools": { "command": "npx", "args": ["-y", "mcp-designer-tools"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides