PluginBench
MCP Server
Active
ISC

GuniWeb SAP MCP MCP Server

io.github.guniweb/guniweb-sap-mcp

What is the GuniWeb SAP MCP MCP server?

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

How to install GuniWeb SAP MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SAP_BASE_URL
    required

    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)

  • SAP_AUTH_TYPE

    Authentication type: basic, oauth2, apikey, ias, xsuaa, btp-principal, saml-bearer

  • SAP_CLIENT

    SAP client (Mandant). Appended to every request — a client-dependent Gateway answers 401 without it

  • SAP_USERNAME

    SAP user for basic authentication

  • SAP_PASSWORD
    secret

    Password for basic authentication

  • SAP_MCP_DEMO

    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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "guniweb-sap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "guniweb-sap-mcp"
      ],
      "env": {
        "SAP_BASE_URL": "<YOUR_SAP_BASE_URL>",
        "SAP_AUTH_TYPE": "<YOUR_SAP_AUTH_TYPE>",
        "SAP_CLIENT": "<YOUR_SAP_CLIENT>",
        "SAP_USERNAME": "<YOUR_SAP_USERNAME>",
        "SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
        "SAP_MCP_DEMO": "<YOUR_SAP_MCP_DEMO>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "guniweb-sap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "guniweb-sap-mcp"
      ],
      "env": {
        "SAP_BASE_URL": "<YOUR_SAP_BASE_URL>",
        "SAP_AUTH_TYPE": "<YOUR_SAP_AUTH_TYPE>",
        "SAP_CLIENT": "<YOUR_SAP_CLIENT>",
        "SAP_USERNAME": "<YOUR_SAP_USERNAME>",
        "SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
        "SAP_MCP_DEMO": "<YOUR_SAP_MCP_DEMO>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "guniweb-sap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "guniweb-sap-mcp"
      ],
      "env": {
        "SAP_BASE_URL": "<YOUR_SAP_BASE_URL>",
        "SAP_AUTH_TYPE": "<YOUR_SAP_AUTH_TYPE>",
        "SAP_CLIENT": "<YOUR_SAP_CLIENT>",
        "SAP_USERNAME": "<YOUR_SAP_USERNAME>",
        "SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
        "SAP_MCP_DEMO": "<YOUR_SAP_MCP_DEMO>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "guniweb-sap-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "guniweb-sap-mcp"
      ],
      "env": {
        "SAP_BASE_URL": "<YOUR_SAP_BASE_URL>",
        "SAP_AUTH_TYPE": "<YOUR_SAP_AUTH_TYPE>",
        "SAP_CLIENT": "<YOUR_SAP_CLIENT>",
        "SAP_USERNAME": "<YOUR_SAP_USERNAME>",
        "SAP_PASSWORD": "<YOUR_SAP_PASSWORD>",
        "SAP_MCP_DEMO": "<YOUR_SAP_MCP_DEMO>"
      }
    }
  }
}
Claude Code
claude mcp add guniweb-sap-mcp --env SAP_BASE_URL=<YOUR_SAP_BASE_URL> --env SAP_AUTH_TYPE=<YOUR_SAP_AUTH_TYPE> --env SAP_CLIENT=<YOUR_SAP_CLIENT> --env SAP_USERNAME=<YOUR_SAP_USERNAME> --env SAP_PASSWORD=<YOUR_SAP_PASSWORD> --env SAP_MCP_DEMO=<YOUR_SAP_MCP_DEMO> -- npx -y guniweb-sap-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →