@casys/mcp-erpnext 2.3.1 → 2.4.1
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 +33 -18
- package/mcp-erpnext.mjs +9363 -2973
- package/package.json +1 -1
- package/ui-dist/kanban-viewer/index.html +48 -48
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://modelcontextprotocol.io)
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
|
|
9
|
-
MCP server for [ERPNext](https://erpnext.com) / Frappe ERP — **
|
|
9
|
+
MCP server for [ERPNext](https://erpnext.com) / Frappe ERP — **123 tools**
|
|
10
10
|
across **14 categories**, with **7 interactive UI viewers**.
|
|
11
11
|
|
|
12
12
|
Connect any MCP-compatible AI agent (Claude Desktop, Claude Code, VS Code
|
|
@@ -151,6 +151,21 @@ ERPNEXT_API_SECRET=xxx \
|
|
|
151
151
|
npx -y @casys/mcp-erpnext --http --port=3012
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
+
### Deno (HTTP mode)
|
|
155
|
+
|
|
156
|
+
```bash
|
|
157
|
+
ERPNEXT_URL=http://localhost:8000 \
|
|
158
|
+
ERPNEXT_API_KEY=xxx \
|
|
159
|
+
ERPNEXT_API_SECRET=xxx \
|
|
160
|
+
deno run -A npm:@casys/mcp-erpnext --http --port=3012
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
> **Note:** Versions ≤ 2.3.1 of the npm bundle crashed with
|
|
164
|
+
> `ReferenceError: Deno is not defined` in HTTP mode — fixed in 2.4.0
|
|
165
|
+
> (`@casys/mcp-server` ≥ 0.21.1). If you hit this error, upgrade with
|
|
166
|
+
> `npx -y @casys/mcp-erpnext@latest`, or use the Deno runner above. See
|
|
167
|
+
> [`docs/known-issues.md`](docs/known-issues.md).
|
|
168
|
+
|
|
154
169
|
### Category filtering
|
|
155
170
|
|
|
156
171
|
Load only the categories you need:
|
|
@@ -220,28 +235,28 @@ npm install
|
|
|
220
235
|
node build-all.mjs
|
|
221
236
|
```
|
|
222
237
|
|
|
223
|
-
## Tools (
|
|
238
|
+
## Tools (123)
|
|
224
239
|
|
|
225
240
|
**14 categories** covering the full ERPNext surface. Each `_list` tool returns
|
|
226
241
|
interactive results in the doclist-viewer with row click, inline detail, and
|
|
227
242
|
cross-viewer navigation.
|
|
228
243
|
|
|
229
|
-
| Category | Tools | Viewer | Key capabilities
|
|
230
|
-
| ----------------- | ----- | -------------------- |
|
|
231
|
-
| **Sales** | 17 | doclist / invoice | Customers, Sales Orders, Invoices, Quotations — CRUD + Submit/Cancel
|
|
232
|
-
| **Purchasing** | 11 | doclist / invoice | Suppliers, Purchase Orders, Invoices, Receipts
|
|
233
|
-
| **Inventory** | 9 | doclist / stock | Items, Stock Balance, Warehouses, Stock Entries
|
|
234
|
-
| **Accounting** | 6 | doclist | Accounts, Journal Entries, Payment Entries
|
|
235
|
-
| **HR** | 12 | doclist | Employees, Attendance, Leave, Salary, Expenses
|
|
236
|
-
| **Project** | 9 | doclist | Projects, Tasks, Timesheets
|
|
237
|
-
| **Delivery** | 5 | doclist | Delivery Notes, Shipments
|
|
238
|
-
| **Manufacturing** | 7 | doclist | BOMs, Work Orders, Job Cards
|
|
239
|
-
| **CRM** | 8 | doclist | Leads, Opportunities, Contacts, Campaigns
|
|
240
|
-
| **Assets** | 8 | doclist | Assets, Movements, Maintenance, Categories
|
|
241
|
-
| **Operations** |
|
|
242
|
-
| **Kanban** | 2 | kanban | Task/Opportunity/Issue boards with drag-and-drop
|
|
243
|
-
| **Analytics** | 17 | chart / kpi / funnel | 12 chart types, 5 KPIs, sales funnel
|
|
244
|
-
| **Setup** |
|
|
244
|
+
| Category | Tools | Viewer | Key capabilities |
|
|
245
|
+
| ----------------- | ----- | -------------------- | ---------------------------------------------------------------------- |
|
|
246
|
+
| **Sales** | 17 | doclist / invoice | Customers, Sales Orders, Invoices, Quotations — CRUD + Submit/Cancel |
|
|
247
|
+
| **Purchasing** | 11 | doclist / invoice | Suppliers, Purchase Orders, Invoices, Receipts |
|
|
248
|
+
| **Inventory** | 9 | doclist / stock | Items, Stock Balance, Warehouses, Stock Entries |
|
|
249
|
+
| **Accounting** | 6 | doclist | Accounts, Journal Entries, Payment Entries |
|
|
250
|
+
| **HR** | 12 | doclist | Employees, Attendance, Leave, Salary, Expenses |
|
|
251
|
+
| **Project** | 9 | doclist | Projects, Tasks, Timesheets |
|
|
252
|
+
| **Delivery** | 5 | doclist | Delivery Notes, Shipments |
|
|
253
|
+
| **Manufacturing** | 7 | doclist | BOMs, Work Orders, Job Cards |
|
|
254
|
+
| **CRM** | 8 | doclist | Leads, Opportunities, Contacts, Campaigns |
|
|
255
|
+
| **Assets** | 8 | doclist | Assets, Movements, Maintenance, Categories |
|
|
256
|
+
| **Operations** | 9 | doclist | Generic CRUD + native assignment for **any** DocType (`erpnext_doc_*`) |
|
|
257
|
+
| **Kanban** | 2 | kanban | Task/Opportunity/Issue boards with drag-and-drop |
|
|
258
|
+
| **Analytics** | 17 | chart / kpi / funnel | 12 chart types, 5 KPIs, sales funnel |
|
|
259
|
+
| **Setup** | 3 | — | Company creation, assignable user listing |
|
|
245
260
|
|
|
246
261
|
> Full tool reference with all parameters: [`docs/tools.md`](docs/tools.md)
|
|
247
262
|
|