Core
Freeby MCP Community
SAP ABAP ADT MCP server with full CRUD for on-prem and ABAP Cloud (BTP), plus JWT/XSUAA and service-key destination auth
v5.0.1Added Apr 12, 2026
abapsapadtmcpmodel-context-protocol
Core MCP Server
SAP ABAP ADT MCP server with full CRUD for on-prem and ABAP Cloud (BTP), plus JWT/XSUAA and service-key destination auth
Installation
Reviews
Installation
Quick install
npx -y @mcp-abap-adt/core
Add to claude_desktop_config.json
{
"mcpServers": {
"core": {
"command": "npx",
"args": ["-y", "@mcp-abap-adt/core"]
}
}
}