npm @rcs-kz/mcp-1cstdioupdated 4mo ago
Production MCP server for 1C:Enterprise. Connect Claude Desktop, Cursor, Cline, Continue to your 1С database — read invoices, contracts, partners; create documents; conduct postings — all through AI conversations.
¿Qué puedes hacer con mcp 1c?
mcp-1c
Production MCP server for 1C:Enterprise. Connect Claude Desktop, Cursor, Cline, Continue to your 1С database — read invoices, contracts, partners; create documents; conduct postings — all through AI conversations.
Install:
npm install -g @rcs-kz/mcp-1c
Get free Solo license:
curl -X POST https://bitrix24-mcp-license.shahruh.workers.dev/freemium \
-H "Content-Type: application/json" \
-d '{"email":"you@company.com","product":"mcp-1c"}'
Add to Claude Desktop config, install MCPService.cfe into your 1С database — and you're set.
Full docs: npmjs.com/package/@rcs-kz/mcp-1c
Pricing
| Tier | Price | What you get |
|---|---|---|
| Solo | 0 ₸ / forever | 10 calls/day · read-only (4 tools) · personal use |
| Pro | 9 900 ₸/mo (~$19) | Unlimited · write enabled (7 tools) · 1 database · 24h support · commercial use |
| Team | 39 900 ₸/mo (~$74) | 5 databases · custom tools · 4h SLA · priority support |
🛒 Direct checkout (Pro or Team): rcs-kz.lemonsqueezy.com/checkout/buy/6e652305...
🆓 Free Solo activation (5 seconds, no credit card):
curl -X POST https://bitrix24-mcp-license.shahruh.workers.dev/freemium \
-H "Content-Type: application/json" \
-d '{"email":"you@company.com","product":"mcp-1c"}'
14-day Pro trial included automatically with checkout — no commitment.
Source code
This repository contains documentation, install guides, and the MCPService 1C extension (.cfe source).
The Python MCP server source is NOT in this repository. The runtime ships only via npm (@rcs-kz/mcp-1c) as PyArmor-obfuscated bytecode. This protects the maintainer's IP while allowing transparent license verification (server runs locally, only checks license online).
For security audit, threat model, and trust questions — see NOTICE.md in the npm package.
Issues & Support
- 🐛 Bug reports: open an issue
- 💡 Feature requests: open an issue
- 💬 Questions: GitHub Discussions
- 📧 Email: licenses@rcs.kz (24h response)
Related products
- @rcs-kz/bitrix24-mcp — MCP server for Bitrix24 CRM (45 tools)
Use both together for full 1C+CRM AI workflows.
Maintainer
RCS · Bitrix24 partner agency · Almaty, Kazakhstan
© 2026 RCS · Commercial software with free Solo tier · See LICENSE.md
Instalación
Añade mcp 1c a tu cliente. Elige el que uses.
claude mcp add mcp-1c -- npx -y @rcs-kz/mcp-1ccodex mcp add mcp-1c -- npx -y @rcs-kz/mcp-1camp mcp add mcp-1c -- npx -y @rcs-kz/mcp-1c{
"mcpServers": {
"mcp-1c": {
"command": "npx",
"args": [
"-y",
"@rcs-kz/mcp-1c"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-1c": {
"command": "npx",
"args": [
"-y",
"@rcs-kz/mcp-1c"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-1c","command":"npx","args":["-y","@rcs-kz/mcp-1c"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-1c": {
"command": "npx",
"args": [
"-y",
"@rcs-kz/mcp-1c"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-1c": {
"command": "npx",
"args": [
"-y",
"@rcs-kz/mcp-1c"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-1c": {
"command": "npx",
"args": [
"-y",
"@rcs-kz/mcp-1c"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-1c": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@rcs-kz/mcp-1c"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-1c": {
"command": {
"path": "npx",
"args": [
"-y",
"@rcs-kz/mcp-1c"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @rcs-kz/mcp-1cRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento13/25
- Confianza9/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 127 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.1.0Última | 26 abr 2026 |