Skip to content
Cursor

ABAPilot for Cursor

io.github.nicohern/abapilot-mcp

ABAP MCP connector for SAP ECC and on-premise S/4HANA. Requires a licensed ABAPilot backend.

client:Cursor transport:stdio runtime:npm

Install ABAPilot 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": {
    "abapilot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "abapilot"
      ],
      "env": {
        "ABAPILOT_URL": "<ABAPILOT_URL>",
        "ABAPILOT_USER": "<ABAPILOT_USER>",
        "ABAPILOT_PASSWORD": "<ABAPILOT_PASSWORD>",
        "ABAPILOT_TOKEN": "<ABAPILOT_TOKEN>",
        "ABAPILOT_CLIENT": "<ABAPILOT_CLIENT>",
        "ABAPILOT_TOOLS": "<ABAPILOT_TOOLS>",
        "ABAPILOT_TLS_INSECURE": "<ABAPILOT_TLS_INSECURE>"
      }
    }
  }
}

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

ABAPilot in other clients