Skip to content
Cursor

sap adt mcp for Cursor

io.github.yzonur/sap-adt-mcp

Give Claude live access to SAP ABAP via ADT: read, search, check, test, and edit objects.

client:Cursor transport:stdio runtime:npm

Install sap adt mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sap-adt-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sap-adt-mcp"
      ],
      "env": {
        "SAP_ADT_MCP_CONFIG": "<SAP_ADT_MCP_CONFIG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sap adt mcp in other clients