Odel
sap adt mcp

sap adt mcp

Local
@yzonur14JavaScriptMITUpdated 3w ago

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

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).

npmsap-adt-mcpv0.8.57

Run

npx -y sap-adt-mcp

MCP client config

{
  "mcpServers": {
    "sap-adt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sap-adt-mcp"
      ]
    }
  }
}