@casys/mcp-erpnext 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +23 -27
  2. package/mcp-erpnext.mjs +29592 -22999
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -8,12 +8,9 @@ English | [繁體中文](README.zh-TW.md)
8
8
  [![MCP](https://img.shields.io/badge/MCP-server-1f6feb?logo=modelcontextprotocol&logoColor=white)](https://modelcontextprotocol.io)
9
9
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
10
10
 
11
- MCP server for [ERPNext](https://erpnext.com) / Frappe ERP — **124 tools**
12
- across **14 categories**, with **7 interactive UI viewers**.
13
-
14
- Connect any MCP-compatible AI agent (Claude Desktop, Claude Code, VS Code
15
- Copilot, custom) to your ERPNext instance via the
16
- [Model Context Protocol](https://modelcontextprotocol.io).
11
+ Let any MCP-compatible AI agent operate your [ERPNext](https://erpnext.com) /
12
+ Frappe instance documents, workflows, and interactive viewers inside the host
13
+ (Claude Desktop, Claude Code, VS Code Copilot, or custom).
17
14
 
18
15
  Works with **self-hosted** and **ERPNext Cloud** (frappe.cloud) instances.
19
16
 
@@ -222,32 +219,31 @@ npm install
222
219
  node build-all.mjs
223
220
  ```
224
221
 
225
- ## Tools (124)
222
+ ## Tools
226
223
 
227
- 124 tools across 14 categories. Each `_list` tool returns interactive results
228
- via the doclist-viewer with row click, inline detail, and cross-viewer
229
- navigation.
224
+ Each `_list` tool returns interactive results via the doclist-viewer with row
225
+ click, inline detail, and cross-viewer navigation.
230
226
 
231
- - **Sales** (17) — Customers, Sales Orders, Invoices, and Quotations with full
232
- CRUD, Submit, and Cancel.
233
- - **Purchasing** (11) — Suppliers, Purchase Orders, Purchase Invoices, Receipts,
234
- and Supplier Quotations.
235
- - **Inventory** (9) — Items, Stock Balance, Warehouses, and Stock Entries.
236
- - **Accounting** (6) — Chart of Accounts, Journal Entries, and Payment Entries.
237
- - **HR** (12) — Employees, Attendance, Leave Applications, Salary Slips, Payroll
227
+ - **Sales** — Customers, Sales Orders, Invoices, and Quotations with full CRUD,
228
+ Submit, and Cancel.
229
+ - **Purchasing** — Suppliers, Purchase Orders, Purchase Invoices, Receipts, and
230
+ Supplier Quotations.
231
+ - **Inventory** — Items, Stock Balance, Warehouses, and Stock Entries.
232
+ - **Accounting** — Chart of Accounts, Journal Entries, and Payment Entries.
233
+ - **HR** — Employees, Attendance, Leave Applications, Salary Slips, Payroll
238
234
  Entries, and Expense Claims.
239
- - **Project** (9) — Projects, Tasks (with native assignment), and Timesheets.
240
- - **Delivery** (5) — Delivery Notes and Shipments.
241
- - **Manufacturing** (7) — BOMs, Work Orders, and Job Cards.
242
- - **CRM** (8) — Leads, Opportunities, Contacts, and Campaigns.
243
- - **Assets** (8) — Assets, Movements, Maintenance records, and Categories.
244
- - **Operations** (10) — Generic CRUD, native assignment, and file upload for any
235
+ - **Project** — Projects, Tasks (with native assignment), and Timesheets.
236
+ - **Delivery** — Delivery Notes and Shipments.
237
+ - **Manufacturing** — BOMs, Work Orders, and Job Cards.
238
+ - **CRM** — Leads, Opportunities, Contacts, and Campaigns.
239
+ - **Assets** — Assets, Movements, Maintenance records, and Categories.
240
+ - **Operations** — Generic CRUD, native assignment, and file upload for any
245
241
  DocType (`erpnext_doc_*`, `erpnext_file_upload`).
246
- - **Kanban** (2) — Read-write boards for Task, Opportunity, and Issue with
242
+ - **Kanban** — Read-write boards for Task, Opportunity, and Issue with
247
243
  drag-and-drop.
248
- - **Analytics** (17) 11 analytics charts (bar, area, treemap, radar, scatter,
249
- P&L…), 5 KPIs with sparklines, and a sales funnel.
250
- - **Setup** (3) — Company creation and assignable user listing.
244
+ - **Analytics** — Charts (bar, area, treemap, radar, scatter, P&L…), KPIs with
245
+ sparklines, and a sales funnel.
246
+ - **Setup** — Company creation and assignable user listing.
251
247
 
252
248
  Full per-tool reference with parameters: [`docs/tools.md`](docs/tools.md).
253
249