← Back to browse

ABAPilot

Indexed by io.github.NicoHern

About

MCP server for SAP ECC and on-premise S/4HANA: natural-language queries and ABAP dev tooling.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsABAPILOT_URL ABAPILOT_USER ABAPILOT_PASSWORD ABAPILOT_TOKEN ABAPILOT_CLIENT ABAPILOT_TLS_INSECURE
Claude Code
claude mcp add --env ABAPILOT_URL= --env ABAPILOT_USER= --env ABAPILOT_PASSWORD= --env ABAPILOT_TOKEN= --env ABAPILOT_CLIENT= --env ABAPILOT_TLS_INSECURE= abapilot-mcp -- npx abapilot
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"abapilot-mcp","command":"npx","args":["abapilot"],"env":{"ABAPILOT_URL":"","ABAPILOT_USER":"","ABAPILOT_PASSWORD":"","ABAPILOT_TOKEN":"","ABAPILOT_CLIENT":"","ABAPILOT_TLS_INSECURE":""}}'
JSON
{
  "mcpServers": {
    "abapilot-mcp": {
      "command": "npx",
      "args": [
        "abapilot"
      ],
      "env": {
        "ABAPILOT_URL": "",
        "ABAPILOT_USER": "",
        "ABAPILOT_PASSWORD": "",
        "ABAPILOT_TOKEN": "",
        "ABAPILOT_CLIENT": "",
        "ABAPILOT_TLS_INSECURE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.