erpnext-serverServer

rakeshgangwar
GitHub
ERP SystemsDeveloper ToolsAPI Integration

Loading subscription status...

💡 Description

An MCP server for integrating ERPNext, allowing AI assistants to interact with ERPNext data and functionality through the Model Context Protocol.

📝 JSON Entries

{
  "mcpServers": [
    {
      "erpnext": {
        "env": {
          "ERPNEXT_URL": "http://your-erpnext-instance.com",
          "ERPNEXT_API_KEY": "your-api-key",
          "ERPNEXT_API_SECRET": "your-api-secret"
        },
        "args": [
          "/path/to/erpnext-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

authenticate_erpnextget_documentscreate_documentupdate_documentrun_reportget_doctype_fieldsget_doctypes

Features

  • Access ERPNext documents via URIs
  • JSON format for structured data access
  • Tools for document management and report generation

💬 Example Queries

  • Authenticate with ERPNext using my username and password
  • Get a list of customers
  • Get details for customer CUSTOMER001
  • Create a new item in ERPNext
  • Get fields for the Item DocType