BeClaude

sap-fiori-mcp-server

New
149Official PluginDevelopmentby SAP SE

MCP server for SAP Fiori development tools for Claude Code. Build and modify SAP Fiori applications with AI assistance.

TypeScript66 forks346 issuesUpdated 6/15/2026First seen 5/22/2026

Summary

The SAP Fiori MCP Server skill integrates SAP Fiori development tools directly into Claude Code, enabling AI-assisted building and modification of SAP Fiori applications.

  • Developers can leverage natural language commands to generate UI components, manage app configurations, and streamline Fiori development workflows without leaving the terminal.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "sap-fiori-mcp-server": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Generate a new SAP Fiori list report application based on a given OData service and entity set.
Add a custom field to an existing SAP Fiori element-based application by specifying the field name and data type.
Modify the SAP Fiori launchpad configuration to include a new tile for a recently developed app.
Debug and fix UI rendering issues in an SAP Fiori application by analyzing the component code.
Create an SAP Fiori freestyle application with a custom layout and navigation structure.
Update the manifest.json of a SAP Fiori app to add a new data source or service binding.

Usage Examples

1

/sap-fiori-mcp-server create list-report --service ZMY_SERVICE --entity SalesOrder --project my-fiori-app

2

Add a new field 'CustomerEmail' of type string to the 'SalesOrder' list report in my-fiori-app

3

Generate a freestyle SAP Fiori app with a master-detail layout for the 'Product' entity set

View source on GitHub
mcpfiorifiori-elementsfiori-toolsui5

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is sap-fiori-mcp-server?

The SAP Fiori MCP Server skill integrates SAP Fiori development tools directly into Claude Code, enabling AI-assisted building and modification of SAP Fiori applications. Developers can leverage natural language commands to generate UI components, manage app configurations, and streamline Fiori development workflows without leaving the terminal.

How to install sap-fiori-mcp-server?

To install sap-fiori-mcp-server: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "sap-fiori-mcp-server": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is sap-fiori-mcp-server best for?

sap-fiori-mcp-server is a mcp categorized under Development. It is designed for: mcp. Created by SAP SE.

What can I use sap-fiori-mcp-server for?

sap-fiori-mcp-server is useful for: Generate a new SAP Fiori list report application based on a given OData service and entity set.; Add a custom field to an existing SAP Fiori element-based application by specifying the field name and data type.; Modify the SAP Fiori launchpad configuration to include a new tile for a recently developed app.; Debug and fix UI rendering issues in an SAP Fiori application by analyzing the component code.; Create an SAP Fiori freestyle application with a custom layout and navigation structure.; Update the manifest.json of a SAP Fiori app to add a new data source or service binding..