SAP ERP MCP Server by CData
@CDataSoftware
About 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).
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\sap-erp.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments