Skip to content
Cursor

SAP ABAP MCP for Cursor

io.github.coaspe/sap-abap-mcp

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

client:Cursor transport:stdio runtime:npm

Install SAP ABAP MCP in Cursor

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

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

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

SAP ABAP MCP in other clients