Ask business questions against ERPNext in plain English
언제 쓸까: You want sales / inventory / AR numbers without clicking through ERPNext reports or waiting for the analyst.
사전 조건
- ERPNext site with Frappe Assistant Core installed —
bench get-app+bench install-app frappe_assistant_core - User account with appropriate read roles — Use your own login; permissions follow
흐름
-
Connect Claude Desktop via OAuthConnect to my ERPNext MCP endpoint at https://erp.example.com/api/method/frappe_assistant_core.mcp✓ 복사됨→ OAuth login completes; Claude lists available tools
-
Ask a business questionWhat's my total sales this month broken down by customer group? Compare to last month.✓ 복사됨→ Claude runs report tool and returns comparison
-
Drill into an anomalyCustomer group 'Wholesale' dropped 40%. Show me the top 10 customers in that group and their YoY sales.✓ 복사됨→ Ranked list with actionable insight
결과: Answers to finance/ops questions in seconds without leaving your chat client.
함정
- Claude hallucinates a Doctype name that doesn't exist in your customization — Always ask it to list available Doctypes first, then reference by exact name
- Python execution tool runs unsanitized code against your DB — Disable the
execute_python_codetool for non-admin users via role permissions