MCP Configs2026年5月14日·1 分钟阅读

Frappe Assistant Core — MCP Bridge for ERPNext

Frappe Assistant Core connects MCP-ready LLMs to ERPNext via OAuth and audit logging (per README). Verified 223★; pushed 2026-05-14.

Agent 就绪

这个资产会安全暂存

这个资产会先安全暂存。复制的指令会要求 Agent 读取暂存文件,并在激活脚本、MCP 配置或全局配置前先确认。

Stage only · 17/100策略:需暂存
Agent 入口
任意 MCP/CLI Agent
类型
Mcp Config
安装
Stage only
信任
信任等级:Established
入口
Asset
安全暂存命令
npx -y tokrepo@latest install 6b64b23e-d25f-517e-8d46-483e431eb7bc --target codex

先暂存文件;激活前需要读取暂存 README 和安装计划。

介绍

Frappe Assistant Core 把 MCP-ready LLM 接入 ERPNext:OAuth 登录、审计日志,并内置 24 个工具(见 README);已验证 223★,更新于 2026-05-14。

Best for: 希望 LLM 在真实 ERP 权限范围内工作,并且可审计可追踪的 ERPNext 团队

Works with: ERPNext/Frappe 站点;Frappe Cloud 或自托管 bench;兼容 MCP 的客户端(见 README)

Setup time: 20-60 minutes

Key facts (verified)

  • GitHub:223 stars · 148 forks;最近更新 2026-05-14。
  • 许可证:AGPL-3.0;作者头像与仓库链接均已通过 GitHub API 复核。
  • README 中可对照的入口:bench --site <site> install-app frappe_assistant_core

Main

  • 先从只读场景落地(检索、列表、报表),确认安全后再逐步开放更新/删除类能力。

  • 用 OAuth + 角色体系做最小权限:给助手单独建 ERP 用户并严格分配角色。

  • 把审计日志 review 变成例行工作:把工具调用当作 API 访问来监控异常查询。

  • 需要扩展自定义工具时,把逻辑做小做窄,并在 DocType 层面做好权限边界。

README (excerpt)

Frappe Assistant Core

Talk to your ERPNext site. FAC lets Claude, ChatGPT, and other MCP-ready LLMs work directly with your invoices, customers, stock, workflows, and custom apps — inside your ERPNext permissions, with every call logged.

Version Python License MCP Tools

CI Frappe Cloud Stars Forks Sponsors


What you get

Once FAC is installed, your team can ask an LLM for things they'd normally do by hand:

"Show me overdue invoices from our top five customers."

"Update this lead's status to Qualified and set next action date to Monday."

"Run the monthly revenue report and summarise the top movers."

"How much stock of SKU-1234 do we have across all warehouses?"

Behind that simple interaction, FAC exposes 24 built-in tools for the things your team does every day — document CRUD, search, reports, workflows, analytics, file extraction, and dashboards. Admins can publish Skills (reusable instructions that teach the LLM how to

Source-backed notes

  • README 描述 MCP 客户端通过 OAuth 2.0(PKCE)连接到 ERPNext 站点。
  • README 给出自托管安装方式:bench get-app ... + bench --site ... install-app ...
  • README 提到 FAC 内置 24 个工具,覆盖文档操作、检索、报表、分析与仪表盘等能力。

FAQ

  • 支持自托管 ERPNext 吗?:支持:README 提供基于 bench 的自托管安装流程。
  • 访问权限怎么控制?:README 描述 OAuth 登录与 ERP 角色权限体系,工具调用在用户权限内执行。
  • 如何更安全?:从只读开始,使用专用用户,并定期审计工具调用日志。
🙏

来源与感谢

Created by buildswithpaul. Licensed under AGPL-3.0.

buildswithpaul/Frappe_Assistant_Core — ⭐ 223

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产