Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the weclapp Cloud ERP in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
通过 MCP 将 weclapp 云 ERP 暴露给 ChatGPT。以自然语言查询客户、销售订单、发票和库存。预构建的 v2 适配器,快速设置。
试试这样问
weclapp Cloud ERP 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
将 weclapp 连接到 ChatGPT
weclapp 是一家领先的德国云 ERP,专为中小企业服务。使用 AnythingMCP,你可以通过 MCP 将 weclapp 数据暴露给 ChatGPT,并以自然语言查询客户、订单、发票和库存。
该适配器针对 weclapp REST API v2 — /customer 在 v2 中被移除并统一为 /party,这就是许多第三方 weclapp 集成静默中断的原因。此适配器为你处理迁移。
快速设置
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- 在 weclapp 中,在 我的设置 → API 下生成 API 令牌
- 打开
http://localhost:3000/connectors/store并导入 weclapp 云 ERP - 提供
WECLAPP_TENANT(你的子域,例如acme来自acme.weclapp.com)和WECLAPP_API_TOKEN - 将连接器分配给 MCP 服务器
连接到 ChatGPT
ChatGPT 的 MCP 支持正在通过 自定义 GPT → 操作 界面推出(以及即将推出的 MCP 原生客户端)。配置 MCP 端点:
{
"mcpServers": {
"weclapp": { "url": "https://your-anythingmcp-instance.com/mcp" }
}
}
对于本地开发,URL 为 http://localhost:4000/mcp。生产使用需要 HTTPS,以便 ChatGPT 可以通过公共互联网访问该端点。
用例
- "显示所有未完成的销售订单" — 订单管道概览
- "哪些发票已逾期?" — 付款跟踪仪表板
- "查找客户 Müller GmbH" — 快速 CRM 查找
- "当前 A-1234 物品的库存是多少?" — 库存检查
- "列出
customerNumber-notnull=true且本月创建的各方" — 新客户报告
专业提示:ChatGPT 和 properties 过滤
ChatGPT 的工具调用响应按令牌计费。始终传递 properties 以限制返回的字段 — 例如在 weclapp_list_invoices 上使用 properties=id,invoiceNumber,grossAmount,paid 可以将每行的有效负载保持在几百字节,而不是多 KB 的 JSON。
相关指南
- weclapp MCP 服务器概述
- 将 weclapp 连接到 Claude
- 将 HR WORKS 连接到 ChatGPT — 将 ERP 与 HR 配对
这份指南对你有帮助吗?