GuniWeb SAP MCP for Claude Desktop
io.github.guniweb/guniweb-sap-mcp
SAP S/4HANA and ECC: OData V2/V4, IDoc and RFC/BAPI for n8n and other MCP clients
client:Claude Desktop
transport:stdio
runtime:npm
Install GuniWeb SAP MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"guniweb-sap-mcp": {
"command": "npx",
"args": [
"-y",
"guniweb-sap-mcp"
],
"env": {
"SAP_BASE_URL": "<SAP_BASE_URL>",
"SAP_AUTH_TYPE": "<SAP_AUTH_TYPE>",
"SAP_CLIENT": "<SAP_CLIENT>",
"SAP_USERNAME": "<SAP_USERNAME>",
"SAP_PASSWORD": "<SAP_PASSWORD>",
"SAP_MCP_DEMO": "<SAP_MCP_DEMO>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs