mcp-abap-abap-adt-api
About
MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems
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_USER SAP_PASSWORD SAP_CLIENT SAP_LANGUAGE NODE_TLS_REJECT_UNAUTHORIZEDClaude Code
claude mcp add --env SAP_URL= --env SAP_USER= --env SAP_PASSWORD= --env SAP_CLIENT= --env SAP_LANGUAGE= --env NODE_TLS_REJECT_UNAUTHORIZED= mcp-abap-abap-adt-api -- npx mcp-abap-abap-adt-api
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-abap-adt-api","command":"npx","args":["mcp-abap-abap-adt-api"],"env":{"SAP_URL":"","SAP_USER":"","SAP_PASSWORD":"","SAP_CLIENT":"","SAP_LANGUAGE":"","NODE_TLS_REJECT_UNAUTHORIZED":""}}'
JSON
{
"mcpServers": {
"mcp-abap-abap-adt-api": {
"command": "npx",
"args": [
"mcp-abap-abap-adt-api"
],
"env": {
"SAP_URL": "",
"SAP_USER": "",
"SAP_PASSWORD": "",
"SAP_CLIENT": "",
"SAP_LANGUAGE": "",
"NODE_TLS_REJECT_UNAUTHORIZED": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.