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).
基本信息
配置
使用下面的配置,将此服务器添加到你的 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
.prpproperty 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.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

EverArt
modelcontextprotocolModel Context Protocol Servers
评论