@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.
- package/README.md +23 -27
- package/mcp-erpnext.mjs +29592 -22999
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,12 +8,9 @@ English | [繁體中文](README.zh-TW.md)
|
|
|
8
8
|
[](https://modelcontextprotocol.io)
|
|
9
9
|
[](LICENSE)
|
|
10
10
|
|
|
11
|
-
MCP
|
|
12
|
-
|
|
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
|
|
222
|
+
## Tools
|
|
226
223
|
|
|
227
|
-
|
|
228
|
-
|
|
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**
|
|
232
|
-
|
|
233
|
-
- **Purchasing**
|
|
234
|
-
|
|
235
|
-
- **Inventory**
|
|
236
|
-
- **Accounting**
|
|
237
|
-
- **HR**
|
|
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**
|
|
240
|
-
- **Delivery**
|
|
241
|
-
- **Manufacturing**
|
|
242
|
-
- **CRM**
|
|
243
|
-
- **Assets**
|
|
244
|
-
- **Operations**
|
|
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**
|
|
242
|
+
- **Kanban** — Read-write boards for Task, Opportunity, and Issue with
|
|
247
243
|
drag-and-drop.
|
|
248
|
-
- **Analytics**
|
|
249
|
-
|
|
250
|
-
- **Setup**
|
|
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
|
|