Skip to main content
Glama
205,128 tools. Last updated 2026-06-15 12:39

"ERPNext" matching MCP tools:

  • Update ERPNext documents by specifying DocType, document name, and data fields. Modify customer records, item details, or any entity through API integration.
    MIT
  • 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.
    MIT
  • Create ERPNext documents by specifying DocType and data parameters. Add customers, items, invoices, or custom records to your system through the MCP server.
    MIT
  • Create new documents in ERPNext by specifying DocType and data, enabling automated record management through structured API calls.
    MIT

Matching MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    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.
    Last updated
    2
    6
    94
    MIT
  • Modify existing ERPNext records by updating document fields for customers, items, and other data types to maintain accurate business information.
    MIT
  • List files in ERPNext with filters for privacy, document name, and document type to retrieve specific attachments.
  • Create new documents in ERPNext by specifying the DocType and providing the required data fields for records like customers or items.
    MIT
  • Execute ERPNext reports to extract business data and insights using customizable filters for analysis and decision-making.
    MIT
  • Retrieve all available DocTypes from ERPNext to discover accessible data models and document types for integration and querying.
    MIT
  • Retrieve complete field lists and metadata for ERPNext DocTypes to understand document structure and enable accurate data interactions.
    MIT
  • Retrieve ERPNext documents by DocType using optional filters, fields, and limits to access specific business records.
    MIT
  • Retrieves real-time stock balance for a specific item code, with optional warehouse filter. Returns empty array if no matching record is found.
  • 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.