Servers
MCP SAP GUI Server
@mario-andreschak
MCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-sap-gui": {
"command": "python",
"args": [
"-m",
"sap_gui_server.server"
]
}
}
}