MCP SAP GUI Server
Rank #3,709io.github.kts982/mcp-sap-gui
SAP GUI for Windows automation for AI agents - 59 structured tools via SAP GUI Scripting API
MCP SAP GUI Server is a Model Context Protocol (MCP) server published by kts982. It ranks #3,709 of 115,460 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. MCP SAP GUI Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Mar 23, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 111,751 of 115,460 servers on MCP Toplist.
Use MCP SAP GUI Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-sap-gui -- uvx mcp-sap-gui[mcp_servers.mcp-sap-gui]
command = "uvx"
args = ["mcp-sap-gui"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-sap-gui": {
"command": "uvx",
"args": [
"mcp-sap-gui"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-sap-gui": {
"command": "uvx",
"args": [
"mcp-sap-gui"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-sap-gui": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-sap-gui"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-sap-gui": {
"command": "uvx",
"args": [
"mcp-sap-gui"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-sap-gui": {
"command": "uvx",
"args": [
"mcp-sap-gui"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kts982%2Fmcp-sap-gui)<a href="https://mcptoplist.com/server/io.github.kts982%2Fmcp-sap-gui"><img src="https://mcptoplist.com/badge/io.github.kts982%2Fmcp-sap-gui.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
kts982
Other servers by kts982
View all kts982 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.0 | Aug 29, 2026 |
| 0.2.1 | Jul 3, 2026 |
Frequently asked questions
- Who maintains MCP SAP GUI Server?
- MCP SAP GUI Server is maintained by kts982, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is MCP SAP GUI Server listed on the Official MCP Registry?
- Yes — MCP SAP GUI Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does MCP SAP GUI Server have?
- MCP Toplist tracks 2 versions of MCP SAP GUI Server, most recently published on Aug 29, 2026.
- Where can I find the source code for MCP SAP GUI Server?
- The source code for MCP SAP GUI Server is hosted at github.com/kts982/mcp-sap-gui.