Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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 sapui5Copy 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=true