Skip to content
Grok

ABAPilot for Grok

io.github.nicohern/abapilot-mcp

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

client:Grok transport:stdio runtime:npm

Install ABAPilot in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ABAPilot in other clients