Enterprise SAP OData to MCP Server with AI capabilities and Cloud Foundry integration
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y btp-sap-odata-to-mcp-server
MCP client config
{
"mcpServers": {
"btp-sap-odata-to-mcp-server-optimized": {
"command": "npx",
"args": [
"-y",
"btp-sap-odata-to-mcp-server"
]
}
}
}