Back to MCP Servers
🔌

SAP ABAP MCP Server SDK

MIT

Build SAP ABAP based MCP servers. ABAP 7.52 based with 7.02 downport; runs on R/3 & S/4HANA on-premises, currently not cloud-ready.

ABAPProductivity

Install

npx -y sap-abap-mcp-server-sdk

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "sap-abap-mcp-server-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "sap-abap-mcp-server-sdk"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.