MCP Server

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

Local serverstdioPython

What is the MCP MCP server?

Most developer tooling work still happens through a UI a human drives. MCP MCP server moves it into the conversation instead. SAP GUI for Windows automation for AI agents - 57 structured tools via SAP GUI Scripting API.

The short version

An MCP (Model Context Protocol) server that enables AI assistants to interact with SAP GUI for Windows through the SAP GUI Scripting API.

The tools it exposes

The server publishes 4 tools. What each one is for:

  • Category — Count
  • Navigation — 3
  • Trees — 10
  • Discovery — 2

Getting it running

The server ships on PyPI as Arguments, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

What it needs from you

  • Windows (SAP GUI only runs on Windows) - SAP GUI for Windows installed - SAP Logon Pad running (for COM connections) - SAP GUI Scripting enabled on your SAP systems - Python 3.10+ - uv (recommended Python package manager)

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP's toolset — Category, Navigation, Trees and 1 more — is a fair guide to whether it matches your workflow. It is maintained by kts982; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
CategoryCount
Navigation3
Trees10
Discovery2

How to install the MCP MCP server

{
  "mcpServers": {
    "sap-gui": {
      "command": "uvx",
      "args": ["Arguments"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Windows (SAP GUI only runs on Windows) - SAP GUI for Windows installed - SAP Logon Pad running (for COM connections) - SAP GUI Scripting enabled on your SAP systems - Python 3.10+ - uv (recommended Python package manager)

Example prompts to try

  • Use MCP to Category.
  • Use MCP to Navigation.
  • Use MCP to Trees.

Frequently asked questions

It connects MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Category, Navigation, Trees, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP directly.