mcpbeat

MCP Sap Docs MCP Server

io.github.marianfoo/mcp-sap-docs
local only

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

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

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

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"
    }
  }
}

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 212 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.