Home › Other › sap-adt-mcp

sap-adt-mcp

Give Claude live access to SAP ABAP via ADT: read, search, check, test, and edit objects.

JavaScript
★ 16 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.8.57)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "sap-adt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SAP_ADT_MCP_CONFIG": "<YOUR_VALUE>"
      }
    }
  }
}
  • SAP_ADT_MCP_CONFIG — Absolute path to your config.json (host/client/user/password per SAP system). Defaults to ~/.sap-adt-mcp/config.json. See config.example.json in the repo.

Related servers

Data from the Official MCP Registry