Update ERPNext documents by specifying DocType, document name, and data fields. Modify customer records, item details, or any entity through API integration.
Execute ERPNext reports to extract business data and metrics. Retrieve financial, inventory, or operational records using report names and optional filters via Model Context Protocol.
Create ERPNext documents by specifying DocType and data parameters. Add customers, items, invoices, or custom records to your system through the MCP server.
This is a TypeScript-based MCP server that provides integration with ERPNext/Frappe API. It enables AI assistants to interact with ERPNext data and functionality through the Model Context Protocol.
Enables AI assistants to interact with ERPNext/Frappe instances through the REST API, allowing document management, report execution, and DocType operations using natural language.
Fuzzy search items by name, item code, or part number to resolve the actual item_code for inventory queries, bridging user-provided keywords to ERPNext records.