Odel
SAP ABAP MCP

SAP ABAP MCP

Local
@coaspe4TypeScriptMITUpdated 1w ago

Develop, test, analyze, and operate SAP ABAP systems through ADT from AI coding agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@coaspe/sap-abap-mcpv1.5.2

Run

npx -y @coaspe/sap-abap-mcp

MCP client config

{
  "mcpServers": {
    "sap-abap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@coaspe/sap-abap-mcp"
      ]
    }
  }
}