Enterprise1-minute readEnglish · Deutsch · Italiano

Xentral を Cursor に接続する方法 — MCP 経由

Xentral ERP APIをMCP経由でClaudeに接続します。AnythingMCPを使用して、AIで注文、在庫レベル、請求書、製造データを分析します。

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

Xentral ERP APIをMCP経由でClaudeに接続します。AnythingMCPを使用して、AIで注文、在庫レベル、請求書、製造データを分析します。

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。Basic Authまたは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 Desktopを必要とせずに、設定 → コネクタの下でClaude.aiに直接MCPサーバーを追加することもできます。

ステップ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.