Enterprise1-minute readEnglish · Deutsch · Italiano

如何将 Xentral 连接到 Cursor — 通过 MCP

通过 MCP 将 Xentral ERP API 连接到 Claude。使用 AnythingMCP 分析订单、库存水平、发票和生产数据。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

TL;DR

通过 MCP 将 Xentral ERP API 连接到 Claude。使用 AnythingMCP 分析订单、库存水平、发票和生产数据。

使用 Claude 分析您的 ERP 数据

Xentral ERP 没有 MCP 连接器。AnythingMCP 将 Xentral 的 REST API 转换为 MCP 服务器,以便 Claude 可以查询您的订单、库存、发票和生产数据。

分步指南

第 1 步:部署 AnythingMCP

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

第 2 步:获取 Xentral API 凭证

在管理 → API 设置中,创建一个只读 API 用户。

第 3 步:创建 REST 连接器

基本 URL: https://yourcompany.xentral.biz/api。配置基本身份验证或 API 密钥。

第 4 步:暴露关键端点

  • GET /v1/orders — 销售订单
  • GET /v1/products — 产品和库存
  • GET /v1/invoices — 发票
  • GET /v1/customers — 客户
  • GET /v1/production-orders — 生产
  • GET /v1/shipments — 发货

第 5 步:连接到 Claude

{
  "mcpServers": {
    "xentral": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

您还可以直接在 Claude.ai设置 → 连接器 中添加您的 MCP 服务器,无需使用 Claude Desktop。

第 6 步:向 Claude 询问您的业务

  • "总结今天的订单量和收入"
  • "哪些产品库存不足?"
  • "给我显示所有逾期发票"
  • "本周的生产计划是什么?"
  • "将本月的订单量与上个月进行比较"
  • "哪些客户有未付款项?"

下一步

这份指南对您有帮助吗?

Ready to ship

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

相关指南

SB
connectors

如何将 SAP Business One 连接到 Cursor — 通过 MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

如何将 SAP Concur 连接到 Cursor — 通过 MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.

SS
connectors

如何将 SAP S/4HANA Cloud 连接到 Cursor — 通过 MCP

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.

A
connectors

如何将 ActiveCampaign 连接到 Cursor — 通过 MCP

Drive ActiveCampaign (marketing automation + CRM) from any AI agent: contacts, lists, tags, deals, pipelines, campaigns, automations. 16 tools. Custom Api-Token header auth, per-account API URL.

AS
connectors

如何将 Acuity Scheduling 连接到 Cursor — 通过 MCP

Drive Acuity Scheduling (Squarespace-owned booking SaaS) from any AI agent: appointments, availability, appointment types, calendars, clients, products. 12 tools, Basic-auth.

connectors

如何将 Adyen 连接到 Cursor — 通过 MCP

Drive Adyen (global payment processor) checkout + payments + balance platform from any AI agent. 10 tools, API-key auth, separate live and test environments.