Loading MCP server directory, please wait...
MCP server wrapping abap-adt-api for ABAP ADT development workflows against SAP systems
npx @getmcp/cli add io.github.mario-andreschak/mcp-abap-abap-adt-apiRequires Node.js 18+. Community-contributed server. Review source before installing.
SAP_URLBase URL of the SAP system, e.g. https://host:44300
SAP_USERSAP username
SAP_PASSWORDSAP password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mario-andreschak/mcp-abap-abap-adt-api": {
"command": "npx",
"args": [
"-y",
"mcp-abap-abap-adt-api"
],
"env": {
"SAP_URL": "",
"SAP_USER": "",
"SAP_PASSWORD": "",
"SAP_CLIENT": "",
"SAP_LANGUAGE": "",
"NODE_TLS_REJECT_UNAUTHORIZED": ""
}
}
}
}