HomeOther › mcp-abap-adt

mcp-abap-adt

ABAP ADT MCP server for reading SAP objects (programs, classes, tables, CDS) via ADT

TypeScript
★ 193 stars Last pushed 2026-09-16 License: MIT

Connect

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

Package (npm 1.2.0)

npx -y mcp-abap-adt@1.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-abap-adt": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-abap-adt@1.2.0"
      ],
      "env": {
        "SAP_URL": "<YOUR_VALUE>",
        "SAP_USERNAME": "<YOUR_VALUE>",
        "SAP_PASSWORD": "<YOUR_VALUE>",
        "SAP_CLIENT": "<YOUR_VALUE>",
        "SAP_LANGUAGE": "<YOUR_VALUE>",
        "TLS_REJECT_UNAUTHORIZED": "<YOUR_VALUE>"
      }
    }
  }
}
  • SAP_URL required — Base URL of the SAP system, e.g. https://host:443
  • SAP_USERNAME required — SAP username
  • SAP_PASSWORD required secret — SAP password
  • SAP_CLIENT required — SAP client number
  • SAP_LANGUAGE — Logon language, e.g. en
  • TLS_REJECT_UNAUTHORIZED — Set to 0 to allow self-signed certificates, 1 to enforce TLS verification

Related servers

Data from the Official MCP Registry