Skip to content
Cursor

fiori mcp server for Cursor

io.github.sap/fiori-mcp-server

SAP Fiori - Model Context Protocol (MCP) server

client:Cursor transport:stdio runtime:npm

Install fiori mcp server in Cursor

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

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>"
      }
    }
  }
}

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

fiori mcp server in other clients