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

rakeshgangwar erpnext server 为 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

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。