Loading MCP server directory, please wait...
MCP server for SAP ABAP development with 15 tools for ABAP objects, syntax, ATC, and more
npx @getmcp/cli add io.github.openkash/abap-acceleratorRequires Python 3.10+. Community-contributed server. Review source before installing.
SAP_HOSTSAP system hostname (or host:port to skip port calculation)
SAP_INSTANCE_NUMBERSAP instance number (e.g., 00)
SAP_CLIENTSAP client number (e.g., 100)
SAP_USERNAMESAP username
SAP_PASSWORDSAP password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.openkash/abap-accelerator": {
"command": "uvx",
"args": [
"abap-accelerator"
],
"env": {
"SAP_HOST": "",
"SAP_INSTANCE_NUMBER": "",
"SAP_CLIENT": "",
"SAP_USERNAME": "",
"SAP_PASSWORD": "",
"SAP_LANGUAGE": "EN",
"SAP_SECURE": "true",
"SSL_VERIFY": "true"
}
}
}
}