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.

What this does

SAP ABAP MCP Server SDK exposes a set of tools to Claude over the Model Context Protocol. After you add it to claude_desktop_config.json (snippet above) and restart Claude Desktop, those tools become callable inside any conversation.