Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From ui5
Connects to the SAP UI5 local toolchain to scaffold, build, and test UI5 applications from within Claude.
npx claudepluginhub anthropics/claude-plugins-official --plugin ui5Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ui5-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ui5/mcp-server"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.