GuniWeb SAP MCP

Designed for n8n, usable from any MCP host. Free to use - built and maintained by GuniWeb. Its 22 documented tools cover sap, idoc, rfc, services. It runs locally over stdio via the published package.

People who work with sap, idoc and rfc and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Dockerfile.

VERIFIED ACTIVE

LAST COMMIT 2026-09-07 · ★ 2 · #98 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

ISC · Dockerfile · how we verify → /methodology

01 · Install GuniWeb SAP MCP

before you install - you'll need

Set SAP_BASE_URL, SAP_AUTH_TYPE, SAP_USERNAME, SAP_PASSWORD, SAP_MCP_DESTINATIONS, LD_LIBRARY_PATH, DYLD_LIBRARY_PATH, SAP_MCP_DEMO, SAP_MCP_ADMIN_TOKEN before connecting. SAP_CLIENT is optional or environment-specific per the README.

Claude Code

claude mcp add guniweb-guniweb-sap-mcp -- npx -y guniweb-sap-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "guniweb-guniweb-sap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "guniweb-sap-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-17 - young repo, little track record yet

license ISC - declared in the repository

npm package guniweb-sap-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.guniweb is GitHub-verified and matches the repo owner

03 · What GuniWeb SAP MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list entity sets in an OData service (paged, default 50), discover all services with category filtering and search, inspect entity types, properties, keys, and what SAP allows per entity set (creatable/updatable/deletable), and read a single entity or collection.

Capability map

Tools grouped from the project's README - what GuniWeb SAP MCP lets an agent do.

Sap

21 tools - e.g. List entity sets in an OData service (paged, default 50); Discover all services with category filtering and search; Inspect entity types, properties, keys, and what SAP allows per entity set…

sap_list_services · sap_discover_services · sap_get_metadata · sap_read · sap_query · sap_nl_query…

Test

1 tool - e.g. Stage-by-stage connection diagnosis (DNS → TLS → auth → client → catalog); names the first failing stage

test-connection

Latest releases

v0.5.0 · 2026-09-07

Attachments, document images, archive documents - anything a SAP media entity carries in the request body instead of in JSON - now go through the server like everything else. · Added · sap_media_upload /…

v0.4.2 · 2026-08-17

A container image, and the two fields the official MCP Registry asks for. · Added · Container image on GHCR - ghcr.io/guniweb/guniweb-sap-mcp. docker run --rm -p 8808:8808 -e SAP_MCP_DEMO=true…

v0.4.1 · 2026-08-17

Diagnosis fix from the first end-to-end run of the personal SAP login with the n8n node. · Fixed · A wrong SAP password is now reported as an authentication failure, not as a catalog problem. Measured on an S/4HANA…

04 · Who maintains GuniWeb SAP MCP

GuniWeb SAP MCP is maintained by guniweb. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
automation - ranked #98 of 227 actively-maintained automation servers as of 2026-09-18.
release cadence
9 releases in the last 90 days (latest 2026-09-07)
registry
io.github.guniweb/guniweb-sap-mcp (active, first published 2026-08-17 · 2 versions)
packages
npm:guniweb-sap-mcp

06 · GuniWeb SAP MCP FAQ

Is GuniWeb SAP MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-07 and it shipped 9 releases in the last 90 days. We re-verify nightly.

What can GuniWeb SAP MCP do?

With this server connected, an agent can list entity sets in an OData service (paged, default 50), discover all services with category filtering and search, inspect entity types, properties, keys, and what SAP allows per entity set (creatable/updatable/deletable), and read a single entity or collection.

How do I install GuniWeb SAP MCP?

Run `npx -y guniweb-sap-mcp`. The README documents 10 environment variables (SAP_BASE_URL, SAP_AUTH_TYPE, SAP_USERNAME…) to set first. Set SAP_BASE_URL, SAP_AUTH_TYPE, SAP_USERNAME, SAP_PASSWORD, SAP_MCP_DESTINATIONS, LD_LIBRARY_PATH, DYLD_LIBRARY_PATH, SAP_MCP_DEMO, SAP_MCP_ADMIN_TOKEN before connecting. SAP_CLIENT is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does GuniWeb SAP MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to GuniWeb SAP MCP

More automation MCP servers · Desktop Touch MCP · n8n Pro MCP · Cucumberstudio · Horizun Revit MCP