What it does
The Open UX Tools MCP server provides access to SAP's open-source Fiori development modules. It wraps reusable components for generating SAP Fiori applications, UI5 tooling configuration management, and application scaffolding. The server reads and writes filesystem artifacts and performs network operations, making it capable of automating Fiori project setup and modification through Claude Code.
Who it's for
Enterprise developers building SAP Fiori applications with UI5, particularly those embedding Claude into Fiori development workflows for code generation and project configuration.
Common use cases
- Generate new SAP Fiori application projects and file structures
- Configure and validate UI5 tooling for Fiori projects
- Scaffold boilerplate UI5 components and application modules
- Programmatically modify Fiori project configurations
Setup pitfalls
- Secrets detected in repository (6 found) — review configuration and
.envhandling before deploying. - Classified as high-risk due to filesystem write and network access — sandbox usage and validate all inputs carefully.
- Requires
Node.js >= 18— incompatible with older Node versions. - No CI coverage — the project lacks automated test infrastructure, so manually verify stability before production use.