mcp-abap-adt
About
ABAP ADT MCP server for reading SAP objects (programs, classes, tables, CDS) via ADT
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 vars
SAP_URL SAP_USERNAME SAP_PASSWORD SAP_CLIENT SAP_LANGUAGE TLS_REJECT_UNAUTHORIZEDClaude Code
claude mcp add --env SAP_URL= --env SAP_USERNAME= --env SAP_PASSWORD= --env SAP_CLIENT= --env SAP_LANGUAGE= --env TLS_REJECT_UNAUTHORIZED= mcp-abap-adt -- npx mcp-abap-adt
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-abap-adt","command":"npx","args":["mcp-abap-adt"],"env":{"SAP_URL":"","SAP_USERNAME":"","SAP_PASSWORD":"","SAP_CLIENT":"","SAP_LANGUAGE":"","TLS_REJECT_UNAUTHORIZED":""}}'
JSON
{
"mcpServers": {
"mcp-abap-adt": {
"command": "npx",
"args": [
"mcp-abap-adt"
],
"env": {
"SAP_URL": "",
"SAP_USERNAME": "",
"SAP_PASSWORD": "",
"SAP_CLIENT": "",
"SAP_LANGUAGE": "",
"TLS_REJECT_UNAUTHORIZED": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.