Skip to content
Cursor

mcp sap gui for Cursor

io.github.kts982/mcp-sap-gui

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

client:Cursor transport:stdio runtime:pypi

Install mcp sap gui in Cursor

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

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

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

mcp sap gui in other clients