mcpbeat Sign in

GuniWeb SAP MCP Server

local only

GuniWeb SAP MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 191 installs a week from npm. Last commit 7 Sep 2026.

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

Installs per day peak 153 · avg 10 · -84% w/w
a month agotoday
191
Installs / week
npm · guniweb-sap-mcp
2
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
ISC
License
Dockerfile

Nothing serious here today

Today is the operative word: we check GuniWeb SAP MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add guniweb-sap-mcp -- npx -y guniweb-sap-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "guniweb-sap-mcp": {
      "args": [
        "-y",
        "guniweb-sap-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.guniweb-sap-mcp]
command = "npx"
args = ["-y", "guniweb-sap-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "guniweb-sap-mcp": {
      "args": [
        "-y",
        "guniweb-sap-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "guniweb-sap-mcp": {
      "args": [
        "-y",
        "guniweb-sap-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SAP_BASE_URL (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 (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). The author declared them in the registry entry; get the values from the project itself.

Alternatives to GuniWeb SAP MCP

same job, measured the same way
HaloPSA
by wyre-technology

MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.

local only
HaloPSA
by wyre-ai

MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.

local only
n8n MCP Server
by rpgmais

The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.

37 installs/wk local only
Incwo MCP
by incwo

Secure MCP server for exploring incwo CRM data, documents, and email workflows.

answering
Gitscrum Core
by gitscrum-core

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

72 installs/wk local only
Gitscrum
by gitscrum

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

local only
n8n Manager MCP
by lukisch

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

109 installs/wk local only
n8n Manager MCP
by ellmos-ai

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.

local only

GuniWeb SAP MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for GuniWeb SAP MCP?
GuniWeb SAP MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package guniweb-sap-mcp was installed 191 times last week.
How do I connect GuniWeb SAP MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls guniweb-sap-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use GuniWeb SAP MCP?
The npm package guniweb-sap-mcp was installed 191 times in the last week. Week over week that is -84%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GuniWeb SAP MCP open source?
Yes — it is published under the ISC licence, written in Dockerfile and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.