ERPNext
Automate ERPNext and Frappe ERP records, documents, inventory, orders, and webhook workflows.
Tools
| Name | Description |
|---|---|
list_documentsList ERPNext/Frappe DocType records with bounded pagination and optional filters. | List ERPNext/Frappe DocType records with bounded pagination and optional filters. |
get_documentGet one ERPNext/Frappe document by DocType and name. | Get one ERPNext/Frappe document by DocType and name. |
create_documentCreate an ERPNext/Frappe document for a supported DocType. | Create an ERPNext/Frappe document for a supported DocType. |
update_documentUpdate fields on an ERPNext/Frappe document. | Update fields on an ERPNext/Frappe document. |
delete_documentDelete an ERPNext/Frappe document by DocType and name. | Delete an ERPNext/Frappe document by DocType and name. |
submit_documentSubmit a draft ERPNext document using frappe.client.submit. | Submit a draft ERPNext document using frappe.client.submit. |
cancel_documentCancel a submitted ERPNext document using frappe.client.cancel. | Cancel a submitted ERPNext document using frappe.client.cancel. |
Triggers
| Name | Description |
|---|---|
document_updatedPoll an ERPNext/Frappe DocType and emit records modified after the initial baseline. | Poll an ERPNext/Frappe DocType and emit records modified after the initial baseline. |
webhook_receivedReceive a Frappe/ERPNext webhook configured in Desk to POST to the generated webhook URL. | Receive a Frappe/ERPNext webhook configured in Desk to POST to the generated webhook URL. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('erpnext', 'list_documents', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'erpnext',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect ERPNext to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does ERPNext support?
ERPNext supports 7 tools including List Documents, Get Document, Create Document, Update Document, Delete Document, and more.
Can I use ERPNext with AI agents?
Yes. Add ERPNext to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect ERPNext to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add ERPNext as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped ERPNext tools exposed by that workspace.
Does ERPNext work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved ERPNext work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with ERPNext?
ERPNext exposes 7 tools, including List Documents, Get Document, Create Document, Update Document, Delete Document, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can ERPNext be used in stateful agent workflows?
Yes. Agents can combine ERPNext tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does ERPNext use?
ERPNext uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the ERPNext integration cost?
The ERPNext integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does ERPNext support?
ERPNext supports 2 triggers including Document Updated, Webhook Received.
Connect ERPNext in minutes
Get 20,000 free action executions every month. No credit card required.