MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)
claude mcp add 1c-rest-mcp -- npx -y @theyahia/1c-rest-mcp
claude_desktop_config.json
{
"mcpServers": {
"1c-rest-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/1c-rest-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"1c-rest-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/1c-rest-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"1c-rest-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/1c-rest-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"1c-rest-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/1c-rest-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"1c-rest-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/1c-rest-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.theYahia--1c-rest-mcp/reviews or the review_server meta-tool.
POST /mcp