HomeOther › mcp-abap-abap-adt-api

mcp-abap-abap-adt-api

MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems

TypeScript
★ 198 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 0.1.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-abap-abap-adt-api": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SAP_URL": "<YOUR_VALUE>",
        "SAP_USER": "<YOUR_VALUE>",
        "SAP_PASSWORD": "<YOUR_VALUE>",
        "SAP_CLIENT": "<YOUR_VALUE>",
        "SAP_LANGUAGE": "<YOUR_VALUE>",
        "NODE_TLS_REJECT_UNAUTHORIZED": "<YOUR_VALUE>"
      }
    }
  }
}
  • SAP_URL required — Base URL of the SAP system, e.g. https://host:44300
  • SAP_USER required — SAP username
  • SAP_PASSWORD required secret — SAP password
  • SAP_CLIENT — SAP client number, e.g. 100
  • SAP_LANGUAGE — Logon language, e.g. EN
  • NODE_TLS_REJECT_UNAUTHORIZED — Set to 0 to allow self-signed certificates (development only), 1 to enforce TLS verification

Related servers

Data from the Official MCP Registry