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
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.
claude mcp add mcp-sap-docs -- npx -y mcp-sap-docs
{
"mcpServers": {
"mcp-sap-docs": {
"args": [
"-y",
"mcp-sap-docs"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-sap-docs]
command = "npx"
args = ["-y", "mcp-sap-docs"]
{
"mcpServers": {
"mcp-sap-docs": {
"args": [
"-y",
"mcp-sap-docs"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-sap-docs": {
"args": [
"-y",
"mcp-sap-docs"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.