Stats
Actions
Tags
From sapui5
Provides UI5 tooling capabilities for SAP UI5 project management, build, and development tasks. Runs locally and can be configured with UI5 version and project directory.
Copy this JSON into your .mcp.json to enable this server
Add 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"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
UI5_VERSION=1.120.0UI5_PROJECT_DIR=${cwd}UI5_MCP_SERVER_RESPONSE_NO_RESOURCES=trueFirst indexed Jan 9, 2026
First indexed Jan 9, 2026
npx claudepluginhub secondsky/sap-skills --plugin sapui5