Skip to content
Grok

mcp sap gui for Grok

io.github.kts982/mcp-sap-gui

SAP GUI for Windows automation for AI agents - 60 structured tools via SAP GUI Scripting API

client:Grok transport:stdio runtime:pypi

Install mcp sap gui in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-sap-gui": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-sap-gui"
      ]
    }
  }
}

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

mcp sap gui in other clients