Back to Apps

UI5con 2026 MCP Apps Samples
Supports UIby marianfoo
Interactive UI5 samples demonstrating deterministic web UIs within MCP hosts using UI5 Web Components and Integration Cards.
0 stars
Works in:Cursormcpjam
Exposes:ToolsResources
What it does
Provides a suite of five runnable samples that demonstrate how MCP tools can return interactive, deterministic user interfaces instead of just text. It showcases the progression from basic HTML to sophisticated SAP UI5 Web Components and UI Integration Cards rendered in sandboxed iframes.
Key features
- UI5 Web Components: Renders a professional project overview with theme synchronization.
- UI Integration Cards: Demonstrates declarative Object and List cards for structured data visualization.
- Developer Tooling: Integrated UI5 linter workflow with server callbacks and file writes.
- Enterprise Data: Host-orchestrated ARC-1 data displays with confirmation-gated SAP actions.
- Multi-Stage Learning: Five distinct packages ranging from simple time displays to complex enterprise transport lists.
Installation
- Claude Desktop:
{
"mcpServers": {
"ui5con-samples": {
"command": "node",
"args": ["/absolute/path/to/UI5con_2026_MCPApps/dist/src/stdio.js"]
}
}
}
- Cursor: Add the same node command and args to your MCP settings.
- MCPJam: Connect via HTTP at
http://127.0.0.1:3000/mcpafter runningnpm run start.
Supported hosts
Claude Desktop, Cursor, MCPJam
Quick install
npm run build && node dist/src/stdio.jsInformation
- Pricing
- free
- Published
- 7/26/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add node /absolute/path/to/UI5con_2026_MCPApps/dist/src/stdio.js to MCP settingsmcpjam
http://127.0.0.1:3000/mcpClaude Desktop
{"mcpServers": {"ui5con-samples": {"command": "node", "args": ["/absolute/path/to/UI5con_2026_MCPApps/dist/src/stdio.js"]}}}





