1C
Доработка и адаптация MCP 1С под текущие задачи при работе с Агентами
What is 1C?
1C is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to доработка и адаптация mcp 1с под текущие задачи при работе с агентами
Доработка и адаптация MCP 1С под текущие задачи при работе с Агентами
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Доработка и адаптация MCP 1С под текущие задачи при работе с
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx 1c-mcp-server-ownConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use 1C
1C MCP Server Own is a Python-based MCP server that bridges AI agents with 1C enterprise business applications (1C:Enterprise platform). It exposes metadata discovery and data retrieval tools for catalogs, documents, and other 1C objects, supporting both local stdio and HTTP transport modes with optional OAuth 2.0 authentication.
Prerequisites
- Python 3.10 or later with pip and venv
- A running 1C:Enterprise instance accessible over HTTP (web service or REST API enabled)
- 1C credentials (username and password) or an OAuth 2.0 token
- The base URL of your 1C instance HTTP endpoint
- An MCP-compatible client such as Claude Desktop or Cursor
Clone the repository
Download the 1C MCP server source from GitHub.
git clone https://github.com/AlexMiaWat/1C_MCP_SERVER_OWN.git
cd 1C_MCP_SERVER_OWNCreate a virtual environment and install dependencies
Set up an isolated Python environment and install required packages.
python -m venv venv
# Windows
venv\Scripts\activate
# macOS/Linux
source venv/bin/activate
pip install -r requirements.txtConfigure environment variables
Set the required connection parameters for your 1C instance. MCP_ONEC_URL, MCP_ONEC_USERNAME, and MCP_ONEC_PASSWORD are required for basic authentication.
export MCP_ONEC_URL=http://your-1c-server/base-name
export MCP_ONEC_USERNAME=your-1c-username
export MCP_ONEC_PASSWORD=your-1c-password
export MCP_HOST=127.0.0.1
export MCP_PORT=8000Start the server in stdio or HTTP mode
Choose stdio mode for local MCP clients (Claude Desktop, Cursor) or HTTP mode for web-based integrations.
# Stdio mode (for Claude Desktop / Cursor)
python -m src.py_server stdio
# HTTP mode (for web clients)
python -m src.py_server http --port 8000Add to Claude Desktop configuration
Register the server in your claude_desktop_config.json using the stdio command with environment variables for your 1C connection.
1C Examples
Client configuration
Add this to your claude_desktop_config.json, replacing the placeholder values with your actual 1C instance URL and credentials.
{
"mcpServers": {
"1c-mcp-server": {
"command": "python",
"args": ["-m", "src.py_server", "stdio"],
"cwd": "/absolute/path/to/1C_MCP_SERVER_OWN",
"env": {
"MCP_ONEC_URL": "http://your-1c-server/base-name",
"MCP_ONEC_USERNAME": "your-username",
"MCP_ONEC_PASSWORD": "your-password"
}
}
}
}Prompts to try
Use these prompts with Claude to interact with your 1C enterprise data.
- "List all metadata object types available in the 1C database"
- "Get the structure of the Nomenclature catalog including all fields and table sections"
- "List the first 10 predefined elements of the Catalogs.Currencies metadata object"
- "Show me the detailed structure of the Documents.SalesOrder object"
- "Check if the 1C server is accessible by running a health check"Troubleshooting 1C
Connection refused or 1C URL not reachable
Verify that the 1C web service is enabled and the HTTP endpoint is accessible. The MCP_ONEC_URL should be the full base URL including the infobase path (e.g., http://server/basename). Test connectivity with: curl http://your-1c-server/base-name/hs/api/v1/health
Authentication error: 401 or 403 from 1C
Confirm MCP_ONEC_USERNAME and MCP_ONEC_PASSWORD match a valid 1C user with HTTP access permissions. In 1C:Enterprise, the user must have the 'Allow authentication via the Internet' setting enabled in their profile.
Module src.py_server not found when starting
Ensure you are running the command from the root of the cloned repository and that your virtual environment is activated. The cwd field in the MCP client config must point to the repository root directory where the src/ package folder is located.
Frequently Asked Questions about 1C
What is 1C?
1C is a Model Context Protocol (MCP) server that доработка и адаптация mcp 1с под текущие задачи при работе с агентами It connects AI assistants to external tools and data sources through a standardized interface.
How do I install 1C?
Follow the installation instructions on the 1C GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with 1C?
1C works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is 1C free to use?
Yes, 1C is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
1C Alternatives — Similar Business Applications Servers
Looking for alternatives to 1C? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up 1C 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 1C?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.