1c-accounting-mcp

tarasov46/1c-accounting-mcp

3.3

If you are the rightful owner of 1c-accounting-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

1C Accounting MCP Server facilitates integration between 1C Enterprise Accounting and AI assistants using Model Context Protocol (MCP).

Tools
3
Resources
0
Prompts
0

1C Accounting MCP Server

MCP server for 1C Enterprise Accounting integration with AI assistants.

Quick Start

Run via NPX (Recommended)

\\ash npx @tarasov46/1c-accounting-mcp \\

Global Installation

\\ash npm install -g @tarasov46/1c-accounting-mcp 1c-accounting-mcp \\

System Requirements

  • Node.js: 16.0.0+ (for NPX launcher)
  • Python: 3.8+ (for MCP server)
  • pip: for Python dependencies installation

NPX launcher automatically checks and installs Python dependencies on first run.

Available Tools

ToolDescriptionParameters
\hello_1c\Server greeting and information\
ame\ (string)
\ est_calculation\Test calculator\, \\ (numbers), \operation\
\generate_test_data\Generate test data\count\ (number)

Configuration

Claude Desktop

\\json { "mcpServers": { "1c-accounting": { "command": "npx", "args": ["@tarasov46/1c-accounting-mcp"] } } } \\

n8n

  1. Install MCP Client community node
  2. Configure MCP Client credentials:
    • Transport: Command Line
    • Command:
      px\
    • Args: ["@tarasov46/1c-accounting-mcp"]\

Local Development

\\ash git clone https://github.com/tarasov46/1c-accounting-mcp.git cd 1c-accounting-mcp pip install -r requirements.txt node bin/index.js \\

License

MIT License