mcp server for Claude Code
io.github.ui5/mcp-server
MCP server for SAPUI5/OpenUI5 development
client:Claude Code
transport:stdio
runtime:npm
Install mcp server in Claude Code
run in your project directory
claude mcp add mcp-server -e UI5_MCP_SERVER_ALLOWED_DOMAINS=<UI5_MCP_SERVER_ALLOWED_DOMAINS> -e UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT=<UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT> -e UI5_MCP_SERVER_RESPONSE_NO_RESOURCES=<UI5_MCP_SERVER_RESPONSE_NO_RESOURCES> -e UI5_LOG_LVL=<UI5_LOG_LVL> -e UI5_DATA_DIR=<UI5_DATA_DIR> -- npx -y @ui5/mcp-server
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs