MCP Servers / productivity / ERPNext

ERPNext

JSON →
stdionone93productivity

Integrate with ERPNext, a popular open-source ERP system.

Install
How to run this server

No install command recorded.

server path: erpnext
Tools
What this server exposes
get_doctypes
Get a list of all available DocTypes
get_doctype_fields
Get fields list for a specific DocType
get_documents
Get a list of documents for a specific doctype
get_document
Get a single document by name, including all child tables
create_document
Create a new document in ERPNext
update_document
Update an existing document in ERPNext
delete_document
Permanently delete a document
submit_document
Submit a document (set docstatus to 1)
cancel_document
Cancel a submitted document (set docstatus to 2)
call_method
Call an ERPNext/Frappe whitelisted server-side API method
run_report
Run an ERPNext report
Configuration
Environment & auth
authnone
envERPNEXT_URL
envERPNEXT_API_KEY
envERPNEXT_API_SECRET
Resources
ERPNext — MCP Server · libregistry