HomeOther › open-ux-tools

open-ux-tools

SAP Fiori - Model Context Protocol (MCP) server

TypeScript
★ 156 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.13.0)

npx -y @sap-ux/fiori-mcp-server@1.13.0

Or add to your MCP client config:

{
  "mcpServers": {
    "open-ux-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@sap-ux/fiori-mcp-server@1.13.0"
      ],
      "env": {
        "LOG_LEVEL": "<YOUR_VALUE>",
        "SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY": "<YOUR_VALUE>"
      }
    }
  }
}
  • LOG_LEVEL — Sets logger verbosity. Allowed values: 'off', 'error', 'warn', 'info', 'debug', 'verbose', 'silly'.
  • SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY — Set to 'true' to opt out of SAP Fiori tools usage analytics telemetry.

Related servers

Data from the Official MCP Registry