sap-erp-mcp-server-by-cdata
0
CData's read-only MCP server for SAP ERP enables LLMs to query SAP ERP data without requiring SQL knowledge. It uses the CData JDBC Driver to provide relational SQL models through a simple MCP interface, emphasizing easy integration with clients like Claude Desktop.
sap-erp-mcp-server-by-cdata
CData's Model Context Protocol (MCP) Server for SAP ERP
Purpose
- This read-only MCP Server is designed to allow LLMs (like Claude Desktop) to query live data in SAP ERP via the CData JDBC Driver.
- It exposes SAP ERP data as relational SQL models accessible through a simplified MCP interface.
Setup Guide
- Clone the repository and build the server.
- Download and license the CData JDBC Driver for SAP ERP.
- Configure your connection to the data source and create a JDBC connection
.prp
file. - Use the server with Claude Desktop by configuring the
claude_desktop_config.json
file.
Usage Details
- Configured AI clients can read, write, update, and delete data by asking natural language questions.
Tools & Descriptions
_get_tables
: Retrieves available tables._get_columns
: Lists available columns on a table._run_query
: Executes a SQL SELECT query.
Troubleshooting
- Ensure Claude Desktop is fully quit and connection is properly configured. Contact CData support for further assistance.
License
- Licensed under the MIT License.