Skip to content
Grok

fiori mcp server for Grok

io.github.sap/fiori-mcp-server

SAP Fiori - Model Context Protocol (MCP) server

client:Grok transport:stdio runtime:npm

Install fiori mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fiori-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sap-ux/fiori-mcp-server"
      ],
      "env": {
        "LOG_LEVEL": "<LOG_LEVEL>",
        "SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY": "<SAP_UX_FIORI_TOOLS_DISABLE_TELEMETRY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

fiori mcp server in other clients