← Back to Plugins
MCP Server MCP

GuniWeb SAP MCP

github By github 👁 1 views ▲ 0 votes

SAP S/4HANA and ECC: OData V2/V4, IDoc and RFC/BAPI for n8n and other MCP clients

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "guniweb-sap-mcp",
      "version": "0.4.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the SAP system, including any path segment in front of /sap/opu/odata (e.g. https://s4.example.com or https://gateway.example.com/prefix)",
          "isRequired": true,
          "name": "SAP_BASE_URL"
        },
        {
          "description": "Authentication type: basic, oauth2, apikey, ias, xsuaa, btp-principal, saml-bearer",
          "default": "basic",
          "name": "SAP_AUTH_TYPE"
        },
        {
          "description": "SAP client (Mandant). Appended to every request — a client-dependent Gateway answers 401 without it",
          "default": "100",
          "name": "SAP_CLIENT"
        },
        {
          "description": "SAP user for basic authentication",
          "name": "SAP_USERNAME"
        },
        {
          "description": "Password for basic authentication",
          "isSecret": true,
          "name": "SAP_PASSWORD"
        },
        {
          "description": "Set to true to start a built-in mock S/4HANA instead of connecting to a real system. No SAP_* configuration needed — for trying the server out",
          "default": "false",
          "name": "SAP_MCP_DEMO"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...