Odel
mcp sap docs

mcp sap docs

Local
@marianfoo219TypeScriptApache-2.0Updated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-sap-docsv0.3.9

Run

npx -y mcp-sap-docs

MCP client config

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