btp-sap-odata-to-mcp-server
This MCP server transforms SAP S/4HANA or ECC systems into a conversational AI interface by exposing OData services as dynamic tools.
The SAP OData to MCP Server allows users to interact with their ERP data using natural language queries. By leveraging the capabilities of OData services, users can perform operations such as retrieving lists of entities, updating records, and creating new entries through simple conversational commands. This integration enhances user experience by making complex data interactions intuitive and accessible. The architecture is designed with a three-level progressive discovery approach, enabling efficient data retrieval and execution of CRUD operations. The server complies with the MCP protocol and integrates seamlessly with SAP BTP for authentication, ensuring secure and reliable interactions with the underlying SAP systems.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"btp-sap-odata-to-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-btp-sap-odata-to-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions