Skip to content
Cursor

mcp sap docs for Cursor

io.github.marianfoo/mcp-sap-docs

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

client:Cursor transport:stdio runtime:npm

Install mcp sap docs in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp sap docs in other clients