MCP.so
ログイン

SAP ERP MCP Server by CData

@CDataSoftware

SAP ERP MCP Server by CData について

This read-only MCP Server allows you to connect to SAP ERP data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out our MCP Server for SAP ERP (https://www.cdata.com/drivers/sap/download/mcp).

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

java

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\sap-erp.prp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is SAP ERP MCP Server by CData?

SAP ERP MCP Server by CData is a read-only MCP server that allows LLMs like Claude Desktop to query live SAP ERP data using natural language. It wraps the CData JDBC Driver for SAP ERP, which exposes SAP ERP as relational SQL models, and provides a simple MCP interface — no SQL required.

How to use SAP ERP MCP Server by CData?

Clone the repository, build the JAR with mvn clean install, install and license the CData JDBC Driver for SAP ERP, configure a connection string with the driver’s utility, create a .prp file with your JDBC connection details, and add the server to Claude Desktop’s claude_desktop_config.json. Start the server via java -jar CDataMCP-jar-with-dependencies.jar /path/to/sap-erp.prp.

Key features of SAP ERP MCP Server by CData

  • Read‑only access to live SAP ERP data.
  • Natural‑language queries via MCP tools.
  • Three built‑in tools: get_tables, get_columns, run_query.
  • Uses the CData JDBC Driver for SAP ERP.
  • Simple configuration with a .prp property file.
  • Works with any stdio‑compatible MCP client.

Use cases of SAP ERP MCP Server by CData

  • Ask an AI assistant to list SAP ERP tables and columns.
  • Query live SAP ERP data directly from Claude Desktop.
  • Explore SAP ERP datasets without writing SQL manually.
  • Integrate SAP ERP insights into AI‑powered chat workflows.

FAQ from SAP ERP MCP Server by CData

Is this server read‑only?

Yes — this project builds a read‑only MCP server. For full read, write, update, delete, and action capabilities, use the CData MCP Server for SAP ERP.

What are the dependencies?

Java (to run the JAR), the CData JDBC Driver for SAP ERP (install and license separately), and Maven for building. The server communicates via stdio and must run on the same machine as the client.

How does authentication work?

Authentication is handled through the JDBC driver. During setup, the connection string utility configures OAuth (if required) by opening a browser for user authentication.

Where does the data live?

Data stays in your live SAP ERP system; the server queries it in real‑time. No data is copied locally.

What transport does the server use?

The server uses stdio transport. It can only be used with clients running on the same machine, such as Claude Desktop.

コメント

「その他」の他のコンテンツ