mcpbeat Sign in

MCP Sap Docs MCP Server

local only

MCP Sap Docs runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Fast MCP server for unified SAP docs search (SAPUI5, CAP, OpenUI5, wdi5) with BM25 full-text search

Installs / week
npm · mcp-sap-docs
230
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/http-server.ts:35
    return execSync(cmd, { encoding: "utf8", stdio: ["ignore", "pipe", "ignore"], cwd }).trim();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp-sap-docs -- npx -y mcp-sap-docs
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-sap-docs": {
      "args": [
        "-y",
        "mcp-sap-docs"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-sap-docs]
command = "npx"
args = ["-y", "mcp-sap-docs"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-sap-docs": {
      "args": [
        "-y",
        "mcp-sap-docs"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-sap-docs": {
      "args": [
        "-y",
        "mcp-sap-docs"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Sap Docs

same job, measured the same way
Yandex Wiki Search MCP
by dlbolshov

MCP server for Yandex Wiki with full-text search.

267 installs/wk local only
Qt4 Doc MCP Server
by jztan

Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search.

87 installs/wk local only
Ui5
by ui5

MCP server for SAPUI5/OpenUI5 development

82 407 installs/wk local only
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
H
Shebe
by rhobimd-oss

Fast BM25 full-text search for code repositories. 14 MCP tools, 2ms search latency.

local only
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
Email MCP
by marlinjai

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations

236 installs/wk local only
Mac Mail MCP
by wagamama

Mac Mail MCP server with full-coverage FTS5 body search for local Apple Mail.

182 installs/wk local only

MCP Sap Docs — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Sap Docs?
MCP Sap Docs 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 mcp-sap-docs.
How do I connect MCP Sap Docs?
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 mcp-sap-docs straight from npm; nothing to host, nothing to sign up for.
Is MCP Sap Docs open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 230 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.