btp-sap-odata-to-mcp-server

lemaiwo/btp-sap-odata-to-mcp-server
★ 114 stars TypeScript 🔌 API Integration Updated 1mo ago
BTP CloudFoundry Node.js MCP server for SAP OData services integration
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "btp-sap-odata-to-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lemaiwo/btp-sap-odata-to-mcp-server"
      ]
    }
  }
}