← Index

io.github.SAP/fiori-mcp-server

io.github.SAP/fiori-mcp-server·v0.6.52·Other
Quality Score
75
/100

SAP Fiori - Model Context Protocol (MCP) server

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fiori-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sap-ux/fiori-mcp-server"
      ],
      "env": {
        "LOG_LEVEL": "error",
        "SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY": "<sap_ux_fiori_tools_disable_telemetry>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fiori-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@sap-ux/fiori-mcp-server"
      ],
      "env": {
        "LOG_LEVEL": "error",
        "SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY": "<sap_ux_fiori_tools_disable_telemetry>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @sap-ux/fiori-mcp-server
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Other