sap-fiori-mcp-server
NewMCP server for SAP Fiori development tools for Claude Code. Build and modify SAP Fiori applications with AI assistance.
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
~/.claude.jsonAdd the configuration to "mcpServers": { "sap-fiori-mcp-server": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/sap-fiori-mcp-server create list-report --service ZMY_SERVICE --entity SalesOrder --project my-fiori-app
Add a new field 'CustomerEmail' of type string to the 'SalesOrder' list report in my-fiori-app
Generate a freestyle SAP Fiori app with a master-detail layout for the 'Product' entity set
Security Audits
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..