← Back to browse

sap-adt-mcp

Indexed by io.github.yzonur

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSAP_ADT_MCP_CONFIG
Claude Code
claude mcp add --env SAP_ADT_MCP_CONFIG= sap-adt-mcp -- npx sap-adt-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"sap-adt-mcp","command":"npx","args":["sap-adt-mcp"],"env":{"SAP_ADT_MCP_CONFIG":""}}'
JSON
{
  "mcpServers": {
    "sap-adt-mcp": {
      "command": "npx",
      "args": [
        "sap-adt-mcp"
      ],
      "env": {
        "SAP_ADT_MCP_CONFIG": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.