sap-mcp-server

HUGO-Domon/sap-mcp-server
★ 0 stars JavaScript Other Updated today
Independent open-source MCP server for SAP (ABAP / BTP) — public preparation (private until release-ready)
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sap-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "HUGO-Domon/sap-mcp-server"
      ]
    }
  }
}