From sapui5
Local UI5 tooling server for SAP/OpenUI5 projects. Enables project access, build, serve, and inspection via project directory and version specification. Runs locally.
npx claudepluginhub secondsky/sap-skills --plugin sapui5Add to your .mcp.json:
{
"mcpServers": {
"ui5-tooling": {
"command": "npx",
"args": [
"-y",
"@ui5/mcp-server"
],
"env": {
"UI5_VERSION": "1.120.0",
"UI5_PROJECT_DIR": "${cwd}",
"UI5_MCP_SERVER_RESPONSE_NO_RESOURCES": "true"
}
}
}
}npxUI5_VERSION=1.120.0UI5_PROJECT_DIR=${cwd}UI5_MCP_SERVER_RESPONSE_NO_RESOURCES=true