mcpbeat Sign in

1c-rest-mcp MCP Server

local only

1c-rest-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 112 installs a week from npm. Last commit 5 Sep 2026.

MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)

Installs per day peak 50 · avg 16 · +6% w/w
a month agotoday
112
Installs / week
npm · @theyahia/1c-rest-mcp
12
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
language unknown

What the code does

We have not read this server's code yet, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository theyahia/1c-rest-mcp
пакет @theyahia/1c-rest-mcp ссылается на theyahia/mcp-servers

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add 1c-rest-mcp -- npx -y @theyahia/1c-rest-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "1c-rest-mcp": {
      "args": [
        "-y",
        "@theyahia/1c-rest-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.1c-rest-mcp]
command = "npx"
args = ["-y", "@theyahia/1c-rest-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "1c-rest-mcp": {
      "args": [
        "-y",
        "@theyahia/1c-rest-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "1c-rest-mcp": {
      "args": [
        "-y",
        "@theyahia/1c-rest-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to 1c-rest-mcp

same job, measured the same way
Transkribus
by lazyants

MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.

93 installs/wk local only
Groupdocs Markdown MCP
by groupdocs-markdown

MCP server for GroupDocs.Markdown — convert documents to Markdown via AI agents.

local only
Groupdocs Total MCP
by groupdocs-total

MCP server for GroupDocs.Total — annotate, sign, convert, watermark, parse, redact documents via AI.

local only
Office Oxide MCP
by aimino-tech

Rust-native MCP server for Office document processing

48 installs/wk local only
Google Docs MCP
by a1-x-tech

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

46 installs/wk local only
Groupdocs Watermark MCP
by groupdocs-watermark

MCP server for GroupDocs.Watermark — add and search document watermarks via AI agents.

local only
Fabrx
by cc1988cc

MCP server for Fabrx - Build APIs from documents in your IDE

29 installs/wk local only
Groupdocs Annotation MCP
by groupdocs-annotation

MCP server for GroupDocs.Annotation — add, list, update, remove document annotations via AI agents.

local only

1c-rest-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for 1c-rest-mcp?
1c-rest-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @theyahia/1c-rest-mcp was installed 112 times last week.
How do I connect 1c-rest-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @theyahia/1c-rest-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use 1c-rest-mcp?
The npm package @theyahia/1c-rest-mcp was installed 112 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is 1c-rest-mcp open source?
Yes — it is published under the MIT licence and 12 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.