Hands-on: Create great UX with AI, SAP Fiori elements and the MCP Server for Fiori
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fiori-mcp-server-han": {
"command": "npx",
"args": [
"-y",
"SAP-samples/fiori-mcp-server-hands-on"
]
}
}
}
Run in terminal:
claude mcp add fiori-mcp-server-han npx -y SAP-samples/fiori-mcp-server-hands-on
Add to .cursor/mcp.json:
{
"mcpServers": {
"fiori-mcp-server-han": {
"command": "npx",
"args": [
"-y",
"SAP-samples/fiori-mcp-server-hands-on"
]
}
}
}