Integration · MODEL CONTEXT PROTOCOL

rakeshgangwar erpnext server

Connect AI assistants to your ERPNext instance via the Model Context Protocol (MCP) using the official Frappe API.

WHAT IT CONNECTS

What rakeshgangwar erpnext server gives an AI Agent

  • Access ERPNext documents via `erpnext://{doctype}/{name}` URIs
  • JSON format for structured data access
  • `authenticate_erpnext` - Authenticate with ERPNext using username and password
  • `get_documents` - Get a list of documents for a specific doctype
  • `create_document` - Create a new document in ERPNext
  • `update_document` - Update an existing document in ERPNext
  • `run_report` - Run an ERPNext report
  • `get_doctype_fields` - Get fields list for a specific DocType
  • `get_doctypes` - Get a list of all available DocTypes
  • `ERPNEXT_URL` - The base URL of your ERPNext instance
  • `ERPNEXT_API_KEY` (optional) - API key for authentication
  • `ERPNEXT_API_SECRET` (optional) - API secret for authentication

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.