Loading MCP server directory, please wait...
ABAP ADT MCP server for reading SAP objects (programs, classes, tables, CDS) via ADT
npx @getmcp/cli add io.github.mario-andreschak/mcp-abap-adtRequires Node.js 18+. Community-contributed server. Review source before installing.
SAP_URLBase URL of the SAP system, e.g. https://host:443
SAP_USERNAMESAP username
SAP_PASSWORDSAP password
SAP_CLIENTSAP client number
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mario-andreschak/mcp-abap-adt": {
"command": "npx",
"args": [
"-y",
"mcp-abap-adt"
],
"env": {
"SAP_URL": "",
"SAP_USERNAME": "",
"SAP_PASSWORD": "",
"SAP_CLIENT": "",
"SAP_LANGUAGE": "",
"TLS_REJECT_UNAUTHORIZED": ""
}
}
}
}